Html Css Color HEX #6F2836 Claret

📋 copy color: '#6F2836'

red 111 ◦ green 40 ◦ blue 54

#6F2836
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #6F2836

Tints of Claret #6F2836

RGB

 RED value IS 111 (43.75% from 255) = 54.15%

 GREEN value IS 40 (16.02% from 255) = 19.51%

 BLUE value IS 54 (21.48% from 255) = 26.34%

R = 54.15%
G = 19.51%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#6F2836 (or 0x6F2836) is known color: Claret. HEX triplet: 6F, 28 and 36. RGB value is (111,40,54). Sum of RGB (Red+Green+Blue) = 111+40+54=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2836 is #90D7C9. Grayscale: #3E3E3E. Windows color (decimal): -9492426 or 3549295. OLE color: 3549295.

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

Color convert

RGB 111 40 54 -
CMYK 0 0.64 0.51 0.56
HSL 348.17º 0.47% 0.3% -
HSV(B) 348.17º 0.64% 0.44% -
XYZ 7.98 5.16 4.07 -
YUV 62.83 123.02 162.36 -
System Red Green Blue C M Y K H S L
Decimal 111 40 54 0 0.64 0.51 0.56 348.17 0.47 0.3
Hex 6F 28 36 0 40 33 38 15C 2F 1E
Octal 157 50 66 0 100 63 70 534 57 36
Binary 1101111 101000 110110 0 1000000 110011 111000 101011100 101111 11110

Color Harmonies of #6F2836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2836

Black with #6F2836

Text Example


Text Example

White with #6F2836

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,40,54); }

 H1.HeaderClassName
 {
   color: #6F2836;
 }
 .AnyTagClassName
 {
   color: #6F2836;
 }
</style>

background-color css

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

 a { background-color: rgb(111,40,54); }

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

border-color css

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

 span { border-color: rgb(111,40,54); }

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