Html Css Color HEX #61254D Pompadour

📋 copy color: '#61254D'

red 97 ◦ green 37 ◦ blue 77

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

Shades of Pompadour #61254D

Tints of Pompadour #61254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.54%

 BLUE value IS 77 (30.47% from 255) = 36.49%

R = 45.97%
G = 17.54%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#61254D (or 0x61254D) is known color: Pompadour. HEX triplet: 61, 25 and 4D. RGB value is (97,37,77). Sum of RGB (Red+Green+Blue) = 97+37+77=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #61254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61254D is #9EDAB2. Grayscale: #3B3B3B. Windows color (decimal): -10410675 or 5055841. OLE color: 5055841.

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

Color convert

RGB 97 37 77 -
CMYK 0 0.62 0.21 0.62
HSL 320º 0.45% 0.26% -
HSV(B) 320º 0.62% 0.38% -
XYZ 6.93 4.4 7.51 -
YUV 59.5 137.88 154.75 -
System Red Green Blue C M Y K H S L
Decimal 97 37 77 0 0.62 0.21 0.62 320 0.45 0.26
Hex 61 25 4D 0 3E 15 3E 140 2D 1A
Octal 141 45 115 0 76 25 76 500 55 32
Binary 1100001 100101 1001101 0 111110 10101 111110 101000000 101101 11010

Color Harmonies of #61254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61254D

Black with #61254D

Text Example


Text Example

White with #61254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61254D; }

 p { color: rgb(97,37,77); }

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

background-color css

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

 a { background-color: rgb(97,37,77); }

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

border-color css

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

 span { border-color: rgb(97,37,77); }

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