Html Css Color HEX #61304E Pompadour

📋 copy color: '#61304E'

red 97 ◦ green 48 ◦ blue 78

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

Shades of Pompadour #61304E

Tints of Pompadour #61304E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.52%

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

R = 43.5%
G = 21.52%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#61304E (or 0x61304E) is known color: Pompadour. HEX triplet: 61, 30 and 4E. RGB value is (97,48,78). Sum of RGB (Red+Green+Blue) = 97+48+78=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #61304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61304E is #9ECFB1. Grayscale: #424242. Windows color (decimal): -10407858 or 5124193. OLE color: 5124193.

HSL color Cylindrical-coordinate representation of color #61304E: hue angle of 323.27º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61304E is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 48 78 -
CMYK 0 0.51 0.20 0.62
HSL 323.27º 0.34% 0.28% -
HSV(B) 323.27º 0.51% 0.38% -
XYZ 7.36 5.21 7.82 -
YUV 66.07 134.73 150.06 -
System Red Green Blue C M Y K H S L
Decimal 97 48 78 0 0.51 0.20 0.62 323.27 0.34 0.28
Hex 61 30 4E 0 33 14 3E 143 22 1C
Octal 141 60 116 0 63 24 76 503 42 34
Binary 1100001 110000 1001110 0 110011 10100 111110 101000011 100010 11100

Color Harmonies of #61304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61304E

Black with #61304E

Text Example


Text Example

White with #61304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61304E; }

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

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

background-color css

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

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

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

border-color css

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

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

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