Html Css Color HEX #612349 Pompadour

📋 copy color: '#612349'

red 97 ◦ green 35 ◦ blue 73

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

Shades of Pompadour #612349

Tints of Pompadour #612349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.07%

 BLUE value IS 73 (28.91% from 255) = 35.61%

R = 47.32%
G = 17.07%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#612349 (or 0x612349) is known color: Pompadour. HEX triplet: 61, 23 and 49. RGB value is (97,35,73). Sum of RGB (Red+Green+Blue) = 97+35+73=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #612349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612349 is #9EDCB6. Grayscale: #393939. Windows color (decimal): -10411191 or 4793185. OLE color: 4793185.

HSL color Cylindrical-coordinate representation of color #612349: hue angle of 323.23º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #612349 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 35 73 -
CMYK 0 0.64 0.25 0.62
HSL 323.23º 0.47% 0.26% -
HSV(B) 323.23º 0.64% 0.38% -
XYZ 6.73 4.22 6.76 -
YUV 57.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 97 35 73 0 0.64 0.25 0.62 323.23 0.47 0.26
Hex 61 23 49 0 40 19 3E 143 2F 1A
Octal 141 43 111 0 100 31 76 503 57 32
Binary 1100001 100011 1001001 0 1000000 11001 111110 101000011 101111 11010

Color Harmonies of #612349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612349

Black with #612349

Text Example


Text Example

White with #612349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612349; }

 p { color: rgb(97,35,73); }

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

background-color css

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

 a { background-color: rgb(97,35,73); }

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

border-color css

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

 span { border-color: rgb(97,35,73); }

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