Html Css Color HEX #612442 Pompadour

📋 copy color: '#612442'

red 97 ◦ green 36 ◦ blue 66

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

Shades of Pompadour #612442

Tints of Pompadour #612442

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.09%

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

R = 48.74%
G = 18.09%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#612442 (or 0x612442) is known color: Pompadour. HEX triplet: 61, 24 and 42. RGB value is (97,36,66). Sum of RGB (Red+Green+Blue) = 97+36+66=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #612442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612442 is #9EDBBD. Grayscale: #393939. Windows color (decimal): -10410942 or 4334689. OLE color: 4334689.

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

Color convert

RGB 97 36 66 -
CMYK 0 0.63 0.32 0.62
HSL 330.49º 0.46% 0.26% -
HSV(B) 330.49º 0.63% 0.38% -
XYZ 6.54 4.2 5.62 -
YUV 57.66 132.71 156.06 -
System Red Green Blue C M Y K H S L
Decimal 97 36 66 0 0.63 0.32 0.62 330.49 0.46 0.26
Hex 61 24 42 0 3F 20 3E 14A 2E 1A
Octal 141 44 102 0 77 40 76 512 56 32
Binary 1100001 100100 1000010 0 111111 100000 111110 101001010 101110 11010

Color Harmonies of #612442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612442

Black with #612442

Text Example


Text Example

White with #612442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612442; }

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

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

background-color css

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

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

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

border-color css

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

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

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