Html Css Color HEX #61284F Pompadour

📋 copy color: '#61284F'

red 97 ◦ green 40 ◦ blue 79

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

Shades of Pompadour #61284F

Tints of Pompadour #61284F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.52%

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

R = 44.91%
G = 18.52%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#61284F (or 0x61284F) is known color: Pompadour. HEX triplet: 61, 28 and 4F. RGB value is (97,40,79). Sum of RGB (Red+Green+Blue) = 97+40+79=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #61284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61284F is #9ED7B0. Grayscale: #3D3D3D. Windows color (decimal): -10409905 or 5187681. OLE color: 5187681.

HSL color Cylindrical-coordinate representation of color #61284F: hue angle of 318.95º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61284F is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 40 79 -
CMYK 0 0.59 0.19 0.62
HSL 318.95º 0.42% 0.27% -
HSV(B) 318.95º 0.59% 0.38% -
XYZ 7.1 4.62 7.92 -
YUV 61.49 137.88 153.33 -
System Red Green Blue C M Y K H S L
Decimal 97 40 79 0 0.59 0.19 0.62 318.95 0.42 0.27
Hex 61 28 4F 0 3B 13 3E 13F 2A 1B
Octal 141 50 117 0 73 23 76 477 52 33
Binary 1100001 101000 1001111 0 111011 10011 111110 100111111 101010 11011

Color Harmonies of #61284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61284F

Black with #61284F

Text Example


Text Example

White with #61284F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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