Html Css Color HEX #612842 Pompadour

📋 copy color: '#612842'

red 97 ◦ green 40 ◦ blue 66

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

Shades of Pompadour #612842

Tints of Pompadour #612842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.7%

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

R = 47.78%
G = 19.7%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#612842 (or 0x612842) is known color: Pompadour. HEX triplet: 61, 28 and 42. RGB value is (97,40,66). Sum of RGB (Red+Green+Blue) = 97+40+66=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #612842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612842 is #9ED7BD. Grayscale: #3B3B3B. Windows color (decimal): -10409918 or 4335713. OLE color: 4335713.

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

Color convert

RGB 97 40 66 -
CMYK 0 0.59 0.32 0.62
HSL 332.63º 0.42% 0.27% -
HSV(B) 332.63º 0.59% 0.38% -
XYZ 6.67 4.45 5.66 -
YUV 60.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 97 40 66 0 0.59 0.32 0.62 332.63 0.42 0.27
Hex 61 28 42 0 3B 20 3E 14D 2A 1B
Octal 141 50 102 0 73 40 76 515 52 33
Binary 1100001 101000 1000010 0 111011 100000 111110 101001101 101010 11011

Color Harmonies of #612842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612842

Black with #612842

Text Example


Text Example

White with #612842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612842; }

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

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

background-color css

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

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

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

border-color css

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

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

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