Html Css Color HEX #66254A Pompadour

📋 copy color: '#66254A'

red 102 ◦ green 37 ◦ blue 74

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

Shades of Pompadour #66254A

Tints of Pompadour #66254A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.37%

 BLUE value IS 74 (29.3% from 255) = 34.74%

R = 47.89%
G = 17.37%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#66254A (or 0x66254A) is known color: Pompadour. HEX triplet: 66, 25 and 4A. RGB value is (102,37,74). Sum of RGB (Red+Green+Blue) = 102+37+74=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #66254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66254A is #99DAB5. Grayscale: #3C3C3C. Windows color (decimal): -10082998 or 4859238. OLE color: 4859238.

HSL color Cylindrical-coordinate representation of color #66254A: hue angle of 325.85º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66254A is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 37 74 -
CMYK 0 0.64 0.27 0.6
HSL 325.85º 0.47% 0.27% -
HSV(B) 325.85º 0.64% 0.4% -
XYZ 7.38 4.64 6.99 -
YUV 60.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 102 37 74 0 0.64 0.27 0.6 325.85 0.47 0.27
Hex 66 25 4A 0 40 1B 3C 146 2F 1B
Octal 146 45 112 0 100 33 74 506 57 33
Binary 1100110 100101 1001010 0 1000000 11011 111100 101000110 101111 11011

Color Harmonies of #66254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66254A

Black with #66254A

Text Example


Text Example

White with #66254A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66254A; }

 p { color: rgb(102,37,74); }

 H1.HeaderClassName
 {
   color: #66254A;
 }
 .AnyTagClassName
 {
   color: #66254A;
 }
</style>

background-color css

<style>
 a { background-color: #66254A; }

 a { background-color: rgb(102,37,74); }

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

border-color css

<style>
 span { border-color: #66254A; }

 span { border-color: rgb(102,37,74); }

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