Html Css Color HEX #612542 Pompadour

📋 copy color: '#612542'

red 97 ◦ green 37 ◦ blue 66

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

Shades of Pompadour #612542

Tints of Pompadour #612542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.5%

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

R = 48.5%
G = 18.5%
B = 33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#612542 (or 0x612542) is known color: Pompadour. HEX triplet: 61, 25 and 42. RGB value is (97,37,66). Sum of RGB (Red+Green+Blue) = 97+37+66=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #612542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612542 is #9EDABD. Grayscale: #3A3A3A. Windows color (decimal): -10410686 or 4334945. OLE color: 4334945.

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

Color convert

RGB 97 37 66 -
CMYK 0 0.62 0.32 0.62
HSL 331º 0.45% 0.26% -
HSV(B) 331º 0.62% 0.38% -
XYZ 6.57 4.26 5.63 -
YUV 58.25 132.38 155.64 -
System Red Green Blue C M Y K H S L
Decimal 97 37 66 0 0.62 0.32 0.62 331 0.45 0.26
Hex 61 25 42 0 3E 20 3E 14B 2D 1A
Octal 141 45 102 0 76 40 76 513 55 32
Binary 1100001 100101 1000010 0 111110 100000 111110 101001011 101101 11010

Color Harmonies of #612542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612542

Black with #612542

Text Example


Text Example

White with #612542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612542; }

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

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

background-color css

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

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

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

border-color css

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

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

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