Html Css Color HEX #66123F Pompadour

📋 copy color: '#66123F'

red 102 ◦ green 18 ◦ blue 63

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

Shades of Pompadour #66123F

Tints of Pompadour #66123F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.84%

 BLUE value IS 63 (25% from 255) = 34.43%

R = 55.74%
G = 9.84%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.6

RGB Variations

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

Color information

#66123F (or 0x66123F) is known color: Pompadour. HEX triplet: 66, 12 and 3F. RGB value is (102,18,63). Sum of RGB (Red+Green+Blue) = 102+18+63=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66123F is #99EDC0. Grayscale: #303030. Windows color (decimal): -10087873 or 4133478. OLE color: 4133478.

HSL color Cylindrical-coordinate representation of color #66123F: hue angle of 327.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66123F is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 18 63 -
CMYK 0 0.82 0.38 0.6
HSL 327.86º 0.7% 0.24% -
HSV(B) 327.86º 0.82% 0.4% -
XYZ 6.59 3.62 5.05 -
YUV 48.25 136.33 166.34 -
System Red Green Blue C M Y K H S L
Decimal 102 18 63 0 0.82 0.38 0.6 327.86 0.7 0.24
Hex 66 12 3F 0 52 26 3C 148 46 18
Octal 146 22 77 0 122 46 74 510 106 30
Binary 1100110 10010 111111 0 1010010 100110 111100 101001000 1000110 11000

Color Harmonies of #66123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66123F

Black with #66123F

Text Example


Text Example

White with #66123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66123F; }

 p { color: rgb(102,18,63); }

 H1.HeaderClassName
 {
   color: #66123F;
 }
 .AnyTagClassName
 {
   color: #66123F;
 }
</style>

background-color css

<style>
 a { background-color: #66123F; }

 a { background-color: rgb(102,18,63); }

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

border-color css

<style>
 span { border-color: #66123F; }

 span { border-color: rgb(102,18,63); }

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