Html Css Color HEX #612F4B Pompadour

📋 copy color: '#612F4B'

red 97 ◦ green 47 ◦ blue 75

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

Shades of Pompadour #612F4B

Tints of Pompadour #612F4B

RGB

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

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

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

R = 44.29%
G = 21.46%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#612F4B (or 0x612F4B) is known color: Pompadour. HEX triplet: 61, 2F and 4B. RGB value is (97,47,75). Sum of RGB (Red+Green+Blue) = 97+47+75=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #612F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612F4B is #9ED0B4. Grayscale: #414141. Windows color (decimal): -10408117 or 4927329. OLE color: 4927329.

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

Color convert

RGB 97 47 75 -
CMYK 0 0.52 0.23 0.62
HSL 326.4º 0.35% 0.28% -
HSV(B) 326.4º 0.52% 0.38% -
XYZ 7.22 5.08 7.26 -
YUV 65.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 97 47 75 0 0.52 0.23 0.62 326.4 0.35 0.28
Hex 61 2F 4B 0 34 17 3E 146 23 1C
Octal 141 57 113 0 64 27 76 506 43 34
Binary 1100001 101111 1001011 0 110100 10111 111110 101000110 100011 11100

Color Harmonies of #612F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612F4B

Black with #612F4B

Text Example


Text Example

White with #612F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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