Html Css Color HEX #6F1434 Claret

📋 copy color: '#6F1434'

red 111 ◦ green 20 ◦ blue 52

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

Shades of Claret #6F1434

Tints of Claret #6F1434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 28.42%

R = 60.66%
G = 10.93%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#6F1434 (or 0x6F1434) is known color: Claret. HEX triplet: 6F, 14 and 34. RGB value is (111,20,52). Sum of RGB (Red+Green+Blue) = 111+20+52=183 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.66% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1434 is #90EBCB. Grayscale: #323232. Windows color (decimal): -9497548 or 3413103. OLE color: 3413103.

HSL color Cylindrical-coordinate representation of color #6F1434: hue angle of 338.9º 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 #6F1434 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 20 52 -
CMYK 0 0.82 0.53 0.56
HSL 338.9º 0.69% 0.26% -
HSV(B) 338.9º 0.82% 0.44% -
XYZ 7.43 4.13 3.65 -
YUV 50.86 128.65 170.9 -
System Red Green Blue C M Y K H S L
Decimal 111 20 52 0 0.82 0.53 0.56 338.9 0.69 0.26
Hex 6F 14 34 0 52 35 38 153 45 1A
Octal 157 24 64 0 122 65 70 523 105 32
Binary 1101111 10100 110100 0 1010010 110101 111000 101010011 1000101 11010

Color Harmonies of #6F1434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1434

Black with #6F1434

Text Example


Text Example

White with #6F1434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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