Html Css Color HEX #6F1431 Claret

📋 copy color: '#6F1431'

red 111 ◦ green 20 ◦ blue 49

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

Shades of Claret #6F1431

Tints of Claret #6F1431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.11%

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

R = 61.67%
G = 11.11%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#6F1431 (or 0x6F1431) is known color: Claret. HEX triplet: 6F, 14 and 31. RGB value is (111,20,49). Sum of RGB (Red+Green+Blue) = 111+20+49=180 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.67% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1431 is #90EBCE. Grayscale: #323232. Windows color (decimal): -9497551 or 3216495. OLE color: 3216495.

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

Color convert

RGB 111 20 49 -
CMYK 0 0.82 0.56 0.56
HSL 340.88º 0.69% 0.26% -
HSV(B) 340.88º 0.82% 0.44% -
XYZ 7.36 4.1 3.31 -
YUV 50.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 111 20 49 0 0.82 0.56 0.56 340.88 0.69 0.26
Hex 6F 14 31 0 52 38 38 155 45 1A
Octal 157 24 61 0 122 70 70 525 105 32
Binary 1101111 10100 110001 0 1010010 111000 111000 101010101 1000101 11010

Color Harmonies of #6F1431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1431

Black with #6F1431

Text Example


Text Example

White with #6F1431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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