Html Css Color HEX #612F4A Pompadour

📋 copy color: '#612F4A'

red 97 ◦ green 47 ◦ blue 74

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

Shades of Pompadour #612F4A

Tints of Pompadour #612F4A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.56%

 BLUE value IS 74 (29.3% from 255) = 33.94%

R = 44.5%
G = 21.56%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#612F4A (or 0x612F4A) is known color: Pompadour. HEX triplet: 61, 2F and 4A. RGB value is (97,47,74). Sum of RGB (Red+Green+Blue) = 97+47+74=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #612F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612F4A is #9ED0B5. Grayscale: #404040. Windows color (decimal): -10408118 or 4861793. OLE color: 4861793.

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

Color convert

RGB 97 47 74 -
CMYK 0 0.52 0.24 0.62
HSL 327.6º 0.35% 0.28% -
HSV(B) 327.6º 0.52% 0.38% -
XYZ 7.18 5.07 7.08 -
YUV 65.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 97 47 74 0 0.52 0.24 0.62 327.6 0.35 0.28
Hex 61 2F 4A 0 34 18 3E 148 23 1C
Octal 141 57 112 0 64 30 76 510 43 34
Binary 1100001 101111 1001010 0 110100 11000 111110 101001000 100011 11100

Color Harmonies of #612F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612F4A

Black with #612F4A

Text Example


Text Example

White with #612F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,47,74); }

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

background-color css

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

 a { background-color: rgb(97,47,74); }

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

border-color css

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

 span { border-color: rgb(97,47,74); }

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