Html Css Color HEX #6F2936 Claret

📋 copy color: '#6F2936'

red 111 ◦ green 41 ◦ blue 54

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

Shades of Claret #6F2936

Tints of Claret #6F2936

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.9%

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

R = 53.88%
G = 19.9%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#6F2936 (or 0x6F2936) is known color: Claret. HEX triplet: 6F, 29 and 36. RGB value is (111,41,54). Sum of RGB (Red+Green+Blue) = 111+41+54=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2936 is #90D6C9. Grayscale: #3F3F3F. Windows color (decimal): -9492170 or 3549551. OLE color: 3549551.

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

Color convert

RGB 111 41 54 -
CMYK 0 0.63 0.51 0.56
HSL 348.86º 0.46% 0.3% -
HSV(B) 348.86º 0.63% 0.44% -
XYZ 8.01 5.23 4.08 -
YUV 63.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 111 41 54 0 0.63 0.51 0.56 348.86 0.46 0.3
Hex 6F 29 36 0 3F 33 38 15D 2E 1E
Octal 157 51 66 0 77 63 70 535 56 36
Binary 1101111 101001 110110 0 111111 110011 111000 101011101 101110 11110

Color Harmonies of #6F2936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2936

Black with #6F2936

Text Example


Text Example

White with #6F2936

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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