Html Css Color HEX #612242 Pompadour

📋 copy color: '#612242'

red 97 ◦ green 34 ◦ blue 66

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

Shades of Pompadour #612242

Tints of Pompadour #612242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.26%

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

R = 49.24%
G = 17.26%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#612242 (or 0x612242) is known color: Pompadour. HEX triplet: 61, 22 and 42. RGB value is (97,34,66). Sum of RGB (Red+Green+Blue) = 97+34+66=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #612242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612242 is #9EDDBD. Grayscale: #383838. Windows color (decimal): -10411454 or 4334177. OLE color: 4334177.

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

Color convert

RGB 97 34 66 -
CMYK 0 0.65 0.32 0.62
HSL 329.52º 0.48% 0.26% -
HSV(B) 329.52º 0.65% 0.38% -
XYZ 6.49 4.08 5.6 -
YUV 56.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 97 34 66 0 0.65 0.32 0.62 329.52 0.48 0.26
Hex 61 22 42 0 41 20 3E 14A 30 1A
Octal 141 42 102 0 101 40 76 512 60 32
Binary 1100001 100010 1000010 0 1000001 100000 111110 101001010 110000 11010

Color Harmonies of #612242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612242

Black with #612242

Text Example


Text Example

White with #612242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612242; }

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

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

background-color css

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

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

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

border-color css

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

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

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