Html Css Color HEX #6F244E Pompadour

📋 copy color: '#6F244E'

red 111 ◦ green 36 ◦ blue 78

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

Shades of Pompadour #6F244E

Tints of Pompadour #6F244E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 34.67%

R = 49.33%
G = 16%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#6F244E (or 0x6F244E) is known color: Pompadour. HEX triplet: 6F, 24 and 4E. RGB value is (111,36,78). Sum of RGB (Red+Green+Blue) = 111+36+78=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F244E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F244E is #90DBB1. Grayscale: #3F3F3F. Windows color (decimal): -9493426 or 5121135. OLE color: 5121135.

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

Color convert

RGB 111 36 78 -
CMYK 0 0.68 0.30 0.56
HSL 326.4º 0.51% 0.29% -
HSV(B) 326.4º 0.68% 0.44% -
XYZ 8.56 5.19 7.76 -
YUV 63.21 136.35 162.08 -
System Red Green Blue C M Y K H S L
Decimal 111 36 78 0 0.68 0.30 0.56 326.4 0.51 0.29
Hex 6F 24 4E 0 44 1E 38 146 33 1D
Octal 157 44 116 0 104 36 70 506 63 35
Binary 1101111 100100 1001110 0 1000100 11110 111000 101000110 110011 11101

Color Harmonies of #6F244E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F244E

Black with #6F244E

Text Example


Text Example

White with #6F244E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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