Html Css Color HEX #61264E Pompadour

📋 copy color: '#61264E'

red 97 ◦ green 38 ◦ blue 78

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

Shades of Pompadour #61264E

Tints of Pompadour #61264E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.84%

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

R = 45.54%
G = 17.84%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#61264E (or 0x61264E) is known color: Pompadour. HEX triplet: 61, 26 and 4E. RGB value is (97,38,78). Sum of RGB (Red+Green+Blue) = 97+38+78=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #61264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61264E is #9ED9B1. Grayscale: #3C3C3C. Windows color (decimal): -10410418 or 5121633. OLE color: 5121633.

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

Color convert

RGB 97 38 78 -
CMYK 0 0.61 0.20 0.62
HSL 319.32º 0.44% 0.26% -
HSV(B) 319.32º 0.61% 0.38% -
XYZ 7 4.48 7.7 -
YUV 60.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 97 38 78 0 0.61 0.20 0.62 319.32 0.44 0.26
Hex 61 26 4E 0 3D 14 3E 13F 2C 1A
Octal 141 46 116 0 75 24 76 477 54 32
Binary 1100001 100110 1001110 0 111101 10100 111110 100111111 101100 11010

Color Harmonies of #61264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61264E

Black with #61264E

Text Example


Text Example

White with #61264E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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