Html Css Color HEX #612042 Pompadour

📋 copy color: '#612042'

red 97 ◦ green 32 ◦ blue 66

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

Shades of Pompadour #612042

Tints of Pompadour #612042

RGB

 RED value IS 97 (38.28% from 255) = 49.74%

 GREEN value IS 32 (12.89% from 255) = 16.41%

 BLUE value IS 66 (26.17% from 255) = 33.85%

R = 49.74%
G = 16.41%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#612042 (or 0x612042) is known color: Pompadour. HEX triplet: 61, 20 and 42. RGB value is (97,32,66). Sum of RGB (Red+Green+Blue) = 97+32+66=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #612042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612042 is #9EDFBD. Grayscale: #373737. Windows color (decimal): -10411966 or 4333665. OLE color: 4333665.

HSL color Cylindrical-coordinate representation of color #612042: hue angle of 328.62º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #612042 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 32 66 -
CMYK 0 0.67 0.32 0.62
HSL 328.62º 0.5% 0.25% -
HSV(B) 328.62º 0.67% 0.38% -
XYZ 6.43 3.97 5.58 -
YUV 55.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 97 32 66 0 0.67 0.32 0.62 328.62 0.5 0.25
Hex 61 20 42 0 43 20 3E 149 32 19
Octal 141 40 102 0 103 40 76 511 62 31
Binary 1100001 100000 1000010 0 1000011 100000 111110 101001001 110010 11001

Color Harmonies of #612042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612042

Black with #612042

Text Example


Text Example

White with #612042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612042; }

 p { color: rgb(97,32,66); }

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

background-color css

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

 a { background-color: rgb(97,32,66); }

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

border-color css

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

 span { border-color: rgb(97,32,66); }

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