Html Css Color HEX #591405 Red Oxide

📋 copy color: '#591405'

red 89 ◦ green 20 ◦ blue 5

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

Shades of Red Oxide #591405

Tints of Red Oxide #591405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.54%

 BLUE value IS 5 (2.34% from 255) = 4.39%

R = 78.07%
G = 17.54%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#591405 (or 0x591405) is known color: Red Oxide. HEX triplet: 59, 14 and 05. RGB value is (89,20,5). Sum of RGB (Red+Green+Blue) = 89+20+5=114 (15% of max value = 765). Red value is 89 (35.16% from 255 or 78.07% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 89 - color contains mainly: red. Hex color #591405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591405 is #A6EBFA. Grayscale: #272727. Windows color (decimal): -10939387 or 332889. OLE color: 332889.

HSL color Cylindrical-coordinate representation of color #591405: hue angle of 10.71º 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 #591405 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 20 5 -
CMYK 0 0.78 0.94 0.65
HSL 10.71º 0.89% 0.18% -
HSV(B) 10.71º 0.94% 0.35% -
XYZ 4.4 2.64 0.42 -
YUV 38.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 89 20 5 0 0.78 0.94 0.65 10.71 0.89 0.18
Hex 59 14 5 0 4E 5E 41 B 59 12
Octal 131 24 5 0 116 136 101 13 131 22
Binary 1011001 10100 101 0 1001110 1011110 1000001 1011 1011001 10010

Color Harmonies of #591405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591405

Black with #591405

Text Example


Text Example

White with #591405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591405; }

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

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

background-color css

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

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

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

border-color css

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

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

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