Html Css Color HEX #612545 Pompadour

📋 copy color: '#612545'

red 97 ◦ green 37 ◦ blue 69

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

Shades of Pompadour #612545

Tints of Pompadour #612545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.99%

R = 47.78%
G = 18.23%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#612545 (or 0x612545) is known color: Pompadour. HEX triplet: 61, 25 and 45. RGB value is (97,37,69). Sum of RGB (Red+Green+Blue) = 97+37+69=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #612545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612545 is #9EDABA. Grayscale: #3A3A3A. Windows color (decimal): -10410683 or 4531553. OLE color: 4531553.

HSL color Cylindrical-coordinate representation of color #612545: hue angle of 328º 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 #612545 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 37 69 -
CMYK 0 0.62 0.29 0.62
HSL 328º 0.45% 0.26% -
HSV(B) 328º 0.62% 0.38% -
XYZ 6.67 4.29 6.11 -
YUV 58.59 133.88 155.4 -
System Red Green Blue C M Y K H S L
Decimal 97 37 69 0 0.62 0.29 0.62 328 0.45 0.26
Hex 61 25 45 0 3E 1D 3E 148 2D 1A
Octal 141 45 105 0 76 35 76 510 55 32
Binary 1100001 100101 1000101 0 111110 11101 111110 101001000 101101 11010

Color Harmonies of #612545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612545

Black with #612545

Text Example


Text Example

White with #612545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612545; }

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

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

background-color css

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

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

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

border-color css

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

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

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