Html Css Color HEX #612F4F Pompadour

📋 copy color: '#612F4F'

red 97 ◦ green 47 ◦ blue 79

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

Shades of Pompadour #612F4F

Tints of Pompadour #612F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.43%

R = 43.5%
G = 21.08%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#612F4F (or 0x612F4F) is known color: Pompadour. HEX triplet: 61, 2F and 4F. RGB value is (97,47,79). Sum of RGB (Red+Green+Blue) = 97+47+79=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #612F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612F4F is #9ED0B0. Grayscale: #414141. Windows color (decimal): -10408113 or 5189473. OLE color: 5189473.

HSL color Cylindrical-coordinate representation of color #612F4F: hue angle of 321.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 #612F4F is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 47 79 -
CMYK 0 0.52 0.19 0.62
HSL 321.6º 0.35% 0.28% -
HSV(B) 321.6º 0.52% 0.38% -
XYZ 7.36 5.14 8 -
YUV 65.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 97 47 79 0 0.52 0.19 0.62 321.6 0.35 0.28
Hex 61 2F 4F 0 34 13 3E 142 23 1C
Octal 141 57 117 0 64 23 76 502 43 34
Binary 1100001 101111 1001111 0 110100 10011 111110 101000010 100011 11100

Color Harmonies of #612F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612F4F

Black with #612F4F

Text Example


Text Example

White with #612F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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