Html Css Color HEX #612445 Pompadour

📋 copy color: '#612445'

red 97 ◦ green 36 ◦ blue 69

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

Shades of Pompadour #612445

Tints of Pompadour #612445

RGB

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

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

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

R = 48.02%
G = 17.82%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#612445 (or 0x612445) is known color: Pompadour. HEX triplet: 61, 24 and 45. RGB value is (97,36,69). Sum of RGB (Red+Green+Blue) = 97+36+69=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #612445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612445 is #9EDBBA. Grayscale: #393939. Windows color (decimal): -10410939 or 4531297. OLE color: 4531297.

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

Color convert

RGB 97 36 69 -
CMYK 0 0.63 0.29 0.62
HSL 327.54º 0.46% 0.26% -
HSV(B) 327.54º 0.63% 0.38% -
XYZ 6.63 4.23 6.1 -
YUV 58 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 97 36 69 0 0.63 0.29 0.62 327.54 0.46 0.26
Hex 61 24 45 0 3F 1D 3E 148 2E 1A
Octal 141 44 105 0 77 35 76 510 56 32
Binary 1100001 100100 1000101 0 111111 11101 111110 101001000 101110 11010

Color Harmonies of #612445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612445

Black with #612445

Text Example


Text Example

White with #612445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612445; }

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

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

background-color css

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

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

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

border-color css

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

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

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