Html Css Color HEX #661234 Pompadour

📋 copy color: '#661234'

red 102 ◦ green 18 ◦ blue 52

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

Shades of Pompadour #661234

Tints of Pompadour #661234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.23%

R = 59.3%
G = 10.47%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#661234 (or 0x661234) is known color: Pompadour. HEX triplet: 66, 12 and 34. RGB value is (102,18,52). Sum of RGB (Red+Green+Blue) = 102+18+52=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #661234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661234 is #99EDCB. Grayscale: #2E2E2E. Windows color (decimal): -10087884 or 3412582. OLE color: 3412582.

HSL color Cylindrical-coordinate representation of color #661234: hue angle of 335.71º 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 #661234 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 18 52 -
CMYK 0 0.82 0.49 0.6
HSL 335.71º 0.7% 0.24% -
HSV(B) 335.71º 0.82% 0.4% -
XYZ 6.32 3.51 3.59 -
YUV 46.99 130.83 167.24 -
System Red Green Blue C M Y K H S L
Decimal 102 18 52 0 0.82 0.49 0.6 335.71 0.7 0.24
Hex 66 12 34 0 52 31 3C 150 46 18
Octal 146 22 64 0 122 61 74 520 106 30
Binary 1100110 10010 110100 0 1010010 110001 111100 101010000 1000110 11000

Color Harmonies of #661234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661234

Black with #661234

Text Example


Text Example

White with #661234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661234; }

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

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

background-color css

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

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

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

border-color css

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

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

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