Html Css Color HEX #6F1236 Claret

📋 copy color: '#6F1236'

red 111 ◦ green 18 ◦ blue 54

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

Shades of Claret #6F1236

Tints of Claret #6F1236

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.84%

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

R = 60.66%
G = 9.84%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#6F1236 (or 0x6F1236) is known color: Claret. HEX triplet: 6F, 12 and 36. RGB value is (111,18,54). Sum of RGB (Red+Green+Blue) = 111+18+54=183 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.66% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1236 is #90EDC9. Grayscale: #313131. Windows color (decimal): -9498058 or 3543663. OLE color: 3543663.

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

Color convert

RGB 111 18 54 -
CMYK 0 0.84 0.51 0.56
HSL 336.77º 0.72% 0.25% -
HSV(B) 336.77º 0.84% 0.44% -
XYZ 7.44 4.08 3.89 -
YUV 49.91 130.31 171.57 -
System Red Green Blue C M Y K H S L
Decimal 111 18 54 0 0.84 0.51 0.56 336.77 0.72 0.25
Hex 6F 12 36 0 54 33 38 151 48 19
Octal 157 22 66 0 124 63 70 521 110 31
Binary 1101111 10010 110110 0 1010100 110011 111000 101010001 1001000 11001

Color Harmonies of #6F1236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1236

Black with #6F1236

Text Example


Text Example

White with #6F1236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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