Html Css Color HEX #6F1436 Claret

📋 copy color: '#6F1436'

red 111 ◦ green 20 ◦ blue 54

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

Shades of Claret #6F1436

Tints of Claret #6F1436

RGB

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

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

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

R = 60%
G = 10.81%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#6F1436 (or 0x6F1436) is known color: Claret. HEX triplet: 6F, 14 and 36. RGB value is (111,20,54). Sum of RGB (Red+Green+Blue) = 111+20+54=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1436 is #90EBC9. Grayscale: #333333. Windows color (decimal): -9497546 or 3544175. OLE color: 3544175.

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

Color convert

RGB 111 20 54 -
CMYK 0 0.82 0.51 0.56
HSL 337.58º 0.69% 0.26% -
HSV(B) 337.58º 0.82% 0.44% -
XYZ 7.47 4.15 3.9 -
YUV 51.09 129.65 170.74 -
System Red Green Blue C M Y K H S L
Decimal 111 20 54 0 0.82 0.51 0.56 337.58 0.69 0.26
Hex 6F 14 36 0 52 33 38 152 45 1A
Octal 157 24 66 0 122 63 70 522 105 32
Binary 1101111 10100 110110 0 1010010 110011 111000 101010010 1000101 11010

Color Harmonies of #6F1436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1436

Black with #6F1436

Text Example


Text Example

White with #6F1436

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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