Html Css Color HEX #59263F Pompadour

📋 copy color: '#59263F'

red 89 ◦ green 38 ◦ blue 63

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

Shades of Pompadour #59263F

Tints of Pompadour #59263F

RGB

 RED value IS 89 (35.16% from 255) = 46.84%

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

 BLUE value IS 63 (25% from 255) = 33.16%

R = 46.84%
G = 20%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#59263F (or 0x59263F) is known color: Pompadour. HEX triplet: 59, 26 and 3F. RGB value is (89,38,63). Sum of RGB (Red+Green+Blue) = 89+38+63=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #59263F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59263F is #A6D9C0. Grayscale: #383838. Windows color (decimal): -10934721 or 4138585. OLE color: 4138585.

HSL color Cylindrical-coordinate representation of color #59263F: hue angle of 330.59º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59263F is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 38 63 -
CMYK 0 0.57 0.29 0.65
HSL 330.59º 0.4% 0.25% -
HSV(B) 330.59º 0.57% 0.35% -
XYZ 5.71 3.87 5.15 -
YUV 56.1 131.9 151.47 -
System Red Green Blue C M Y K H S L
Decimal 89 38 63 0 0.57 0.29 0.65 330.59 0.4 0.25
Hex 59 26 3F 0 39 1D 41 14B 28 19
Octal 131 46 77 0 71 35 101 513 50 31
Binary 1011001 100110 111111 0 111001 11101 1000001 101001011 101000 11001

Color Harmonies of #59263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59263F

Black with #59263F

Text Example


Text Example

White with #59263F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,38,63); }

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

background-color css

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

 a { background-color: rgb(89,38,63); }

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

border-color css

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

 span { border-color: rgb(89,38,63); }

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