Html Css Color HEX #66244B Pompadour

📋 copy color: '#66244B'

red 102 ◦ green 36 ◦ blue 75

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

Shades of Pompadour #66244B

Tints of Pompadour #66244B

RGB

 RED value IS 102 (40.23% from 255) = 47.89%

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

 BLUE value IS 75 (29.69% from 255) = 35.21%

R = 47.89%
G = 16.9%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#66244B (or 0x66244B) is known color: Pompadour. HEX triplet: 66, 24 and 4B. RGB value is (102,36,75). Sum of RGB (Red+Green+Blue) = 102+36+75=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #66244B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66244B is #99DBB4. Grayscale: #3C3C3C. Windows color (decimal): -10083253 or 4924518. OLE color: 4924518.

HSL color Cylindrical-coordinate representation of color #66244B: hue angle of 324.55º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66244B is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 36 75 -
CMYK 0 0.65 0.26 0.6
HSL 324.55º 0.48% 0.27% -
HSV(B) 324.55º 0.65% 0.4% -
XYZ 7.38 4.59 7.15 -
YUV 60.18 136.37 157.83 -
System Red Green Blue C M Y K H S L
Decimal 102 36 75 0 0.65 0.26 0.6 324.55 0.48 0.27
Hex 66 24 4B 0 41 1A 3C 145 30 1B
Octal 146 44 113 0 101 32 74 505 60 33
Binary 1100110 100100 1001011 0 1000001 11010 111100 101000101 110000 11011

Color Harmonies of #66244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66244B

Black with #66244B

Text Example


Text Example

White with #66244B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66244B; }

 p { color: rgb(102,36,75); }

 H1.HeaderClassName
 {
   color: #66244B;
 }
 .AnyTagClassName
 {
   color: #66244B;
 }
</style>

background-color css

<style>
 a { background-color: #66244B; }

 a { background-color: rgb(102,36,75); }

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

border-color css

<style>
 span { border-color: #66244B; }

 span { border-color: rgb(102,36,75); }

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