Html Css Color HEX #6F1131 Claret

📋 copy color: '#6F1131'

red 111 ◦ green 17 ◦ blue 49

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

Shades of Claret #6F1131

Tints of Claret #6F1131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.6%

 BLUE value IS 49 (19.53% from 255) = 27.68%

R = 62.71%
G = 9.6%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#6F1131 (or 0x6F1131) is known color: Claret. HEX triplet: 6F, 11 and 31. RGB value is (111,17,49). Sum of RGB (Red+Green+Blue) = 111+17+49=177 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.71% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1131 is #90EECE. Grayscale: #303030. Windows color (decimal): -9498319 or 3215727. OLE color: 3215727.

HSL color Cylindrical-coordinate representation of color #6F1131: hue angle of 339.57º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F1131 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 17 49 -
CMYK 0 0.85 0.56 0.56
HSL 339.57º 0.73% 0.25% -
HSV(B) 339.57º 0.85% 0.44% -
XYZ 7.31 4 3.29 -
YUV 48.75 128.14 172.4 -
System Red Green Blue C M Y K H S L
Decimal 111 17 49 0 0.85 0.56 0.56 339.57 0.73 0.25
Hex 6F 11 31 0 55 38 38 154 49 19
Octal 157 21 61 0 125 70 70 524 111 31
Binary 1101111 10001 110001 0 1010101 111000 111000 101010100 1001001 11001

Color Harmonies of #6F1131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1131

Black with #6F1131

Text Example


Text Example

White with #6F1131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,17,49); }

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

background-color css

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

 a { background-color: rgb(111,17,49); }

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

border-color css

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

 span { border-color: rgb(111,17,49); }

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