Html Css Color HEX #612D4B Pompadour

📋 copy color: '#612D4B'

red 97 ◦ green 45 ◦ blue 75

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

Shades of Pompadour #612D4B

Tints of Pompadour #612D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.56%

R = 44.7%
G = 20.74%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#612D4B (or 0x612D4B) is known color: Pompadour. HEX triplet: 61, 2D and 4B. RGB value is (97,45,75). Sum of RGB (Red+Green+Blue) = 97+45+75=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #612D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612D4B is #9ED2B4. Grayscale: #3F3F3F. Windows color (decimal): -10408629 or 4926817. OLE color: 4926817.

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

Color convert

RGB 97 45 75 -
CMYK 0 0.54 0.23 0.62
HSL 325.38º 0.37% 0.28% -
HSV(B) 325.38º 0.54% 0.38% -
XYZ 7.14 4.93 7.23 -
YUV 63.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 97 45 75 0 0.54 0.23 0.62 325.38 0.37 0.28
Hex 61 2D 4B 0 36 17 3E 145 25 1C
Octal 141 55 113 0 66 27 76 505 45 34
Binary 1100001 101101 1001011 0 110110 10111 111110 101000101 100101 11100

Color Harmonies of #612D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612D4B

Black with #612D4B

Text Example


Text Example

White with #612D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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