Html Css Color HEX #611342 Pompadour

📋 copy color: '#611342'

red 97 ◦ green 19 ◦ blue 66

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

Shades of Pompadour #611342

Tints of Pompadour #611342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.44%

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

R = 53.3%
G = 10.44%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#611342 (or 0x611342) is known color: Pompadour. HEX triplet: 61, 13 and 42. RGB value is (97,19,66). Sum of RGB (Red+Green+Blue) = 97+19+66=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #611342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611342 is #9EECBD. Grayscale: #2F2F2F. Windows color (decimal): -10415294 or 4330337. OLE color: 4330337.

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

Color convert

RGB 97 19 66 -
CMYK 0 0.80 0.32 0.62
HSL 323.85º 0.67% 0.23% -
HSV(B) 323.85º 0.8% 0.38% -
XYZ 6.15 3.4 5.49 -
YUV 47.68 138.34 163.18 -
System Red Green Blue C M Y K H S L
Decimal 97 19 66 0 0.80 0.32 0.62 323.85 0.67 0.23
Hex 61 13 42 0 50 20 3E 144 43 17
Octal 141 23 102 0 120 40 76 504 103 27
Binary 1100001 10011 1000010 0 1010000 100000 111110 101000100 1000011 10111

Color Harmonies of #611342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611342

Black with #611342

Text Example


Text Example

White with #611342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611342; }

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

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

background-color css

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

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

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

border-color css

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

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

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