#6F2A35

Color #6F2A35 Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #6F2A35

Tints of Claret #6F2A35

Color information

#6F2A35 (or 0x6F2A35) is unknown color: approx Claret. HEX triplet: 6F, 2A and 35. RGB value is (111,42,53). Sum of RGB (Red+Green+Blue) = 111+42+53=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 42 (16.80% from 255 or 20.39% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2A35 is #90D5CA. Grayscale: #3F3F3F. Windows color (decimal): -9491915 or 3484271. OLE color: 3484271.

HSL color Cylindrical-coordinate representation of color #6F2A35: hue angle of 350.43º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F2A35 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB1114253-
CMYK00.620.520.56
HSL350.43º45.1%30%-
HSV(B)350.43º62.16%43.53%-
XYZ8.035.293.97-
YUV63.89121.86161.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 53.88%
GREEN value IS 42 (16.80% from 255) = 20.39%
BLUE value IS 53 (21.09% from 255) = 25.73%
R=53.88%
G=20.39%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111425300.620.520.56350.4345.130
Hex6F2A3503E343815e2d1e
Octal157526507664705365536
Binary1101111101010110101011111011010011100010101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F2A35; }

 p { color: rgb(111,42,53); }

 H1.HeaderClassName
 {
   color: #6F2A35;
 }
 .AnyTagClassName
 {
   color: #6F2A35;
 }
</style>
background-color css

<style>
 a { background-color: #6F2A35; }

 a { background-color: rgb(111,42,53); }

 div.DivClassName
 {
   background-color: #6F2A35;
 }
 .BgClassName
 {
   background-color: #6F2A35;
 }
</style>
border-color css

<style>
 span { border-color: #6F2A35; }

 span { border-color: rgb(111,42,53); }

 td.TdClassName
 {
   border-color: #6F2A35;
 }
 .TagClassName
 {
   border-color: #6F2A35;
 }
</style>