Html Css Color HEX #612D4D Pompadour

📋 copy color: '#612D4D'

red 97 ◦ green 45 ◦ blue 77

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

Shades of Pompadour #612D4D

Tints of Pompadour #612D4D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.55%

 BLUE value IS 77 (30.47% from 255) = 35.16%

R = 44.29%
G = 20.55%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#612D4D (or 0x612D4D) is known color: Pompadour. HEX triplet: 61, 2D and 4D. RGB value is (97,45,77). Sum of RGB (Red+Green+Blue) = 97+45+77=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #612D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612D4D is #9ED2B2. Grayscale: #404040. Windows color (decimal): -10408627 or 5057889. OLE color: 5057889.

HSL color Cylindrical-coordinate representation of color #612D4D: hue angle of 323.08º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #612D4D is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 45 77 -
CMYK 0 0.54 0.21 0.62
HSL 323.08º 0.37% 0.28% -
HSV(B) 323.08º 0.54% 0.38% -
XYZ 7.21 4.95 7.6 -
YUV 64.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 97 45 77 0 0.54 0.21 0.62 323.08 0.37 0.28
Hex 61 2D 4D 0 36 15 3E 143 25 1C
Octal 141 55 115 0 66 25 76 503 45 34
Binary 1100001 101101 1001101 0 110110 10101 111110 101000011 100101 11100

Color Harmonies of #612D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612D4D

Black with #612D4D

Text Example


Text Example

White with #612D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612D4D; }

 p { color: rgb(97,45,77); }

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

background-color css

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

 a { background-color: rgb(97,45,77); }

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

border-color css

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

 span { border-color: rgb(97,45,77); }

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