Html Css Color HEX #612F4E Pompadour

📋 copy color: '#612F4E'

red 97 ◦ green 47 ◦ blue 78

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

Shades of Pompadour #612F4E

Tints of Pompadour #612F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.14%

R = 43.69%
G = 21.17%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#612F4E (or 0x612F4E) is known color: Pompadour. HEX triplet: 61, 2F and 4E. RGB value is (97,47,78). Sum of RGB (Red+Green+Blue) = 97+47+78=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #612F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612F4E is #9ED0B1. Grayscale: #414141. Windows color (decimal): -10408114 or 5123937. OLE color: 5123937.

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

Color convert

RGB 97 47 78 -
CMYK 0 0.52 0.20 0.62
HSL 322.8º 0.35% 0.28% -
HSV(B) 322.8º 0.52% 0.38% -
XYZ 7.32 5.12 7.81 -
YUV 65.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 97 47 78 0 0.52 0.20 0.62 322.8 0.35 0.28
Hex 61 2F 4E 0 34 14 3E 143 23 1C
Octal 141 57 116 0 64 24 76 503 43 34
Binary 1100001 101111 1001110 0 110100 10100 111110 101000011 100011 11100

Color Harmonies of #612F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612F4E

Black with #612F4E

Text Example


Text Example

White with #612F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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