Html Css Color HEX #59050F Bordeaux

📋 copy color: '#59050F'

red 89 ◦ green 5 ◦ blue 15

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

Shades of Bordeaux #59050F

Tints of Bordeaux #59050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.59%

 BLUE value IS 15 (6.25% from 255) = 13.76%

R = 81.65%
G = 4.59%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#59050F (or 0x59050F) is known color: Bordeaux. HEX triplet: 59, 05 and 0F. RGB value is (89,5,15). Sum of RGB (Red+Green+Blue) = 89+5+15=109 (14% of max value = 765). Red value is 89 (35.16% from 255 or 81.65% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 89 - color contains mainly: red. Hex color #59050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59050F is #A6FAF0. Grayscale: #1F1F1F. Windows color (decimal): -10943217 or 984409. OLE color: 984409.

HSL color Cylindrical-coordinate representation of color #59050F: hue angle of 352.86º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #59050F is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 5 15 -
CMYK 0 0.94 0.83 0.65
HSL 352.86º 0.89% 0.18% -
HSV(B) 352.86º 0.94% 0.35% -
XYZ 4.26 2.27 0.66 -
YUV 31.26 118.83 169.19 -
System Red Green Blue C M Y K H S L
Decimal 89 5 15 0 0.94 0.83 0.65 352.86 0.89 0.18
Hex 59 5 F 0 5E 53 41 161 59 12
Octal 131 5 17 0 136 123 101 541 131 22
Binary 1011001 101 1111 0 1011110 1010011 1000001 101100001 1011001 10010

Color Harmonies of #59050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59050F

Black with #59050F

Text Example


Text Example

White with #59050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,5,15); }

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

background-color css

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

 a { background-color: rgb(89,5,15); }

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

border-color css

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

 span { border-color: rgb(89,5,15); }

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