Html Css Color HEX #661235 Pompadour

📋 copy color: '#661235'

red 102 ◦ green 18 ◦ blue 53

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

Shades of Pompadour #661235

Tints of Pompadour #661235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.64%

R = 58.96%
G = 10.4%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.6

RGB Variations

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

Color information

#661235 (or 0x661235) is known color: Pompadour. HEX triplet: 66, 12 and 35. RGB value is (102,18,53). Sum of RGB (Red+Green+Blue) = 102+18+53=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #661235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661235 is #99EDCA. Grayscale: #2F2F2F. Windows color (decimal): -10087883 or 3478118. OLE color: 3478118.

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

Color convert

RGB 102 18 53 -
CMYK 0 0.82 0.48 0.6
HSL 335º 0.7% 0.24% -
HSV(B) 335º 0.82% 0.4% -
XYZ 6.34 3.51 3.71 -
YUV 47.11 131.33 167.15 -
System Red Green Blue C M Y K H S L
Decimal 102 18 53 0 0.82 0.48 0.6 335 0.7 0.24
Hex 66 12 35 0 52 30 3C 14F 46 18
Octal 146 22 65 0 122 60 74 517 106 30
Binary 1100110 10010 110101 0 1010010 110000 111100 101001111 1000110 11000

Color Harmonies of #661235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661235

Black with #661235

Text Example


Text Example

White with #661235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661235; }

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

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

background-color css

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

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

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

border-color css

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

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

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