Html Css Color HEX #6F2446 Pompadour

📋 copy color: '#6F2446'

red 111 ◦ green 36 ◦ blue 70

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

Shades of Pompadour #6F2446

Tints of Pompadour #6F2446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.59%

 BLUE value IS 70 (27.73% from 255) = 32.26%

R = 51.15%
G = 16.59%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#6F2446 (or 0x6F2446) is known color: Pompadour. HEX triplet: 6F, 24 and 46. RGB value is (111,36,70). Sum of RGB (Red+Green+Blue) = 111+36+70=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2446 is #90DBB9. Grayscale: #3E3E3E. Windows color (decimal): -9493434 or 4596847. OLE color: 4596847.

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

Color convert

RGB 111 36 70 -
CMYK 0 0.68 0.37 0.56
HSL 332.8º 0.51% 0.29% -
HSV(B) 332.8º 0.68% 0.44% -
XYZ 8.29 5.08 6.34 -
YUV 62.3 132.35 162.74 -
System Red Green Blue C M Y K H S L
Decimal 111 36 70 0 0.68 0.37 0.56 332.8 0.51 0.29
Hex 6F 24 46 0 44 25 38 14D 33 1D
Octal 157 44 106 0 104 45 70 515 63 35
Binary 1101111 100100 1000110 0 1000100 100101 111000 101001101 110011 11101

Color Harmonies of #6F2446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2446

Black with #6F2446

Text Example


Text Example

White with #6F2446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,36,70); }

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

background-color css

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

 a { background-color: rgb(111,36,70); }

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

border-color css

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

 span { border-color: rgb(111,36,70); }

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