Html Css Color HEX #66153E Pompadour

📋 copy color: '#66153E'

red 102 ◦ green 21 ◦ blue 62

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

Shades of Pompadour #66153E

Tints of Pompadour #66153E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.35%

 BLUE value IS 62 (24.61% from 255) = 33.51%

R = 55.14%
G = 11.35%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.6

RGB Variations

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

Color information

#66153E (or 0x66153E) is known color: Pompadour. HEX triplet: 66, 15 and 3E. RGB value is (102,21,62). Sum of RGB (Red+Green+Blue) = 102+21+62=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #66153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66153E is #99EAC1. Grayscale: #313131. Windows color (decimal): -10087106 or 4068710. OLE color: 4068710.

HSL color Cylindrical-coordinate representation of color #66153E: hue angle of 329.63º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66153E is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 21 62 -
CMYK 0 0.79 0.39 0.6
HSL 329.63º 0.66% 0.24% -
HSV(B) 329.63º 0.79% 0.4% -
XYZ 6.62 3.71 4.92 -
YUV 49.89 134.84 165.17 -
System Red Green Blue C M Y K H S L
Decimal 102 21 62 0 0.79 0.39 0.6 329.63 0.66 0.24
Hex 66 15 3E 0 4F 27 3C 14A 42 18
Octal 146 25 76 0 117 47 74 512 102 30
Binary 1100110 10101 111110 0 1001111 100111 111100 101001010 1000010 11000

Color Harmonies of #66153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66153E

Black with #66153E

Text Example


Text Example

White with #66153E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66153E; }

 p { color: rgb(102,21,62); }

 H1.HeaderClassName
 {
   color: #66153E;
 }
 .AnyTagClassName
 {
   color: #66153E;
 }
</style>

background-color css

<style>
 a { background-color: #66153E; }

 a { background-color: rgb(102,21,62); }

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

border-color css

<style>
 span { border-color: #66153E; }

 span { border-color: rgb(102,21,62); }

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