Html Css Color HEX #61304F Pompadour

📋 copy color: '#61304F'

red 97 ◦ green 48 ◦ blue 79

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

Shades of Pompadour #61304F

Tints of Pompadour #61304F

RGB

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

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

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

R = 43.3%
G = 21.43%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#61304F (or 0x61304F) is known color: Pompadour. HEX triplet: 61, 30 and 4F. RGB value is (97,48,79). Sum of RGB (Red+Green+Blue) = 97+48+79=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #61304F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61304F is #9ECFB0. Grayscale: #424242. Windows color (decimal): -10407857 or 5189729. OLE color: 5189729.

HSL color Cylindrical-coordinate representation of color #61304F: hue angle of 322.04º 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 #61304F is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 48 79 -
CMYK 0 0.51 0.19 0.62
HSL 322.04º 0.34% 0.28% -
HSV(B) 322.04º 0.51% 0.38% -
XYZ 7.4 5.22 8.01 -
YUV 66.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 97 48 79 0 0.51 0.19 0.62 322.04 0.34 0.28
Hex 61 30 4F 0 33 13 3E 142 22 1C
Octal 141 60 117 0 63 23 76 502 42 34
Binary 1100001 110000 1001111 0 110011 10011 111110 101000010 100010 11100

Color Harmonies of #61304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61304F

Black with #61304F

Text Example


Text Example

White with #61304F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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