Html Css Color HEX #661435 Pompadour

📋 copy color: '#661435'

red 102 ◦ green 20 ◦ blue 53

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

Shades of Pompadour #661435

Tints of Pompadour #661435

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.43%

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

R = 58.29%
G = 11.43%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.6

RGB Variations

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

Color information

#661435 (or 0x661435) is known color: Pompadour. HEX triplet: 66, 14 and 35. RGB value is (102,20,53). Sum of RGB (Red+Green+Blue) = 102+20+53=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #661435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661435 is #99EBCA. Grayscale: #303030. Windows color (decimal): -10087371 or 3478630. OLE color: 3478630.

HSL color Cylindrical-coordinate representation of color #661435: hue angle of 335.85º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #661435 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 20 53 -
CMYK 0 0.80 0.48 0.6
HSL 335.85º 0.67% 0.24% -
HSV(B) 335.85º 0.8% 0.4% -
XYZ 6.37 3.58 3.72 -
YUV 48.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 102 20 53 0 0.80 0.48 0.6 335.85 0.67 0.24
Hex 66 14 35 0 50 30 3C 150 43 18
Octal 146 24 65 0 120 60 74 520 103 30
Binary 1100110 10100 110101 0 1010000 110000 111100 101010000 1000011 11000

Color Harmonies of #661435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661435

Black with #661435

Text Example


Text Example

White with #661435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661435; }

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

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

background-color css

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

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

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

border-color css

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

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

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