Html Css Color HEX #591A0F Red Oxide

📋 copy color: '#591A0F'

red 89 ◦ green 26 ◦ blue 15

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

Shades of Red Oxide #591A0F

Tints of Red Oxide #591A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20%

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

R = 68.46%
G = 20%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#591A0F (or 0x591A0F) is known color: Red Oxide. HEX triplet: 59, 1A and 0F. RGB value is (89,26,15). Sum of RGB (Red+Green+Blue) = 89+26+15=130 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.46% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 89 - color contains mainly: red. Hex color #591A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591A0F is #A6E5F0. Grayscale: #2B2B2B. Windows color (decimal): -10937841 or 989785. OLE color: 989785.

HSL color Cylindrical-coordinate representation of color #591A0F: hue angle of 8.92º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #591A0F is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 26 15 -
CMYK 0 0.71 0.83 0.65
HSL 8.92º 0.71% 0.2% -
HSV(B) 8.92º 0.83% 0.35% -
XYZ 4.58 2.9 0.77 -
YUV 43.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 89 26 15 0 0.71 0.83 0.65 8.92 0.71 0.2
Hex 59 1A F 0 47 53 41 9 47 14
Octal 131 32 17 0 107 123 101 11 107 24
Binary 1011001 11010 1111 0 1000111 1010011 1000001 1001 1000111 10100

Color Harmonies of #591A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591A0F

Black with #591A0F

Text Example


Text Example

White with #591A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591A0F; }

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

 H1.HeaderClassName
 {
   color: #591A0F;
 }
 .AnyTagClassName
 {
   color: #591A0F;
 }
</style>

background-color css

<style>
 a { background-color: #591A0F; }

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

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

border-color css

<style>
 span { border-color: #591A0F; }

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

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