Html Css Color HEX #6F2445 Pompadour

📋 copy color: '#6F2445'

red 111 ◦ green 36 ◦ blue 69

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

Shades of Pompadour #6F2445

Tints of Pompadour #6F2445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.94%

R = 51.39%
G = 16.67%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#6F2445 (or 0x6F2445) is known color: Pompadour. HEX triplet: 6F, 24 and 45. RGB value is (111,36,69). Sum of RGB (Red+Green+Blue) = 111+36+69=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2445 is #90DBBA. Grayscale: #3E3E3E. Windows color (decimal): -9493435 or 4531311. OLE color: 4531311.

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

Color convert

RGB 111 36 69 -
CMYK 0 0.68 0.38 0.56
HSL 333.6º 0.51% 0.29% -
HSV(B) 333.6º 0.68% 0.44% -
XYZ 8.26 5.07 6.17 -
YUV 62.19 131.85 162.82 -
System Red Green Blue C M Y K H S L
Decimal 111 36 69 0 0.68 0.38 0.56 333.6 0.51 0.29
Hex 6F 24 45 0 44 26 38 14E 33 1D
Octal 157 44 105 0 104 46 70 516 63 35
Binary 1101111 100100 1000101 0 1000100 100110 111000 101001110 110011 11101

Color Harmonies of #6F2445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2445

Black with #6F2445

Text Example


Text Example

White with #6F2445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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