#6B2B35

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

Shades of Claret #6B2B35

Tints of Claret #6B2B35

Color information

#6B2B35 (or 0x6B2B35) is unknown color: approx Claret. HEX triplet: 6B, 2B and 35. RGB value is (107,43,53). Sum of RGB (Red+Green+Blue) = 107+43+53=203 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.71% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2B35 is #94D4CA. Grayscale: #3F3F3F. Windows color (decimal): -9753803 or 3484523. OLE color: 3484523.

HSL color Cylindrical-coordinate representation of color #6B2B35: hue angle of 350.62º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B2B35 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB1074353-
CMYK00.600.500.58
HSL350.62º42.67%29.41%-
HSV(B)350.62º59.81%41.96%-
XYZ7.575.113.96-
YUV63.28122.2159.19-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.71%
GREEN value IS 43 (17.19% from 255) = 21.18%
BLUE value IS 53 (21.09% from 255) = 26.11%
R=52.71%
G=21.18%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107435300.600.500.58350.6242.6729.41
Hex6B2B3503C323A15f2b1d
Octal153536507462725375335
Binary1101011101011110101011110011001011101010101111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,43,53); }

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

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

 a { background-color: rgb(107,43,53); }

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

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

 span { border-color: rgb(107,43,53); }

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