Html Css Color HEX #6F1937 Claret

📋 copy color: '#6F1937'

red 111 ◦ green 25 ◦ blue 55

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

Shades of Claret #6F1937

Tints of Claret #6F1937

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.09%

 BLUE value IS 55 (21.88% from 255) = 28.8%

R = 58.12%
G = 13.09%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F1937 (or 0x6F1937) is known color: Claret. HEX triplet: 6F, 19 and 37. RGB value is (111,25,55). Sum of RGB (Red+Green+Blue) = 111+25+55=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 55 (21.88% from 255 or 28.80% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1937 is #90E6C8. Grayscale: #363636. Windows color (decimal): -9496265 or 3610991. OLE color: 3610991.

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

Color convert

RGB 111 25 55 -
CMYK 0 0.77 0.50 0.56
HSL 339.07º 0.63% 0.27% -
HSV(B) 339.07º 0.77% 0.44% -
XYZ 7.59 4.35 4.05 -
YUV 54.13 128.49 168.56 -
System Red Green Blue C M Y K H S L
Decimal 111 25 55 0 0.77 0.50 0.56 339.07 0.63 0.27
Hex 6F 19 37 0 4D 32 38 153 3F 1B
Octal 157 31 67 0 115 62 70 523 77 33
Binary 1101111 11001 110111 0 1001101 110010 111000 101010011 111111 11011

Color Harmonies of #6F1937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1937

Black with #6F1937

Text Example


Text Example

White with #6F1937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,25,55); }

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

background-color css

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

 a { background-color: rgb(111,25,55); }

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

border-color css

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

 span { border-color: rgb(111,25,55); }

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