Html Css Color HEX #591D12 Red Oxide

📋 copy color: '#591D12'

red 89 ◦ green 29 ◦ blue 18

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

Shades of Red Oxide #591D12

Tints of Red Oxide #591D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.32%

 BLUE value IS 18 (7.42% from 255) = 13.24%

R = 65.44%
G = 21.32%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#591D12 (or 0x591D12) is known color: Red Oxide. HEX triplet: 59, 1D and 12. RGB value is (89,29,18). Sum of RGB (Red+Green+Blue) = 89+29+18=136 (18% of max value = 765). Red value is 89 (35.16% from 255 or 65.44% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 89 - color contains mainly: red. Hex color #591D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591D12 is #A6E2ED. Grayscale: #2D2D2D. Windows color (decimal): -10937070 or 1187161. OLE color: 1187161.

HSL color Cylindrical-coordinate representation of color #591D12: hue angle of 9.3º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591D12 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 29 18 -
CMYK 0 0.67 0.80 0.65
HSL 9.3º 0.66% 0.21% -
HSV(B) 9.3º 0.8% 0.35% -
XYZ 4.67 3.05 0.91 -
YUV 45.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 89 29 18 0 0.67 0.80 0.65 9.3 0.66 0.21
Hex 59 1D 12 0 43 50 41 9 42 15
Octal 131 35 22 0 103 120 101 11 102 25
Binary 1011001 11101 10010 0 1000011 1010000 1000001 1001 1000010 10101

Color Harmonies of #591D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591D12

Black with #591D12

Text Example


Text Example

White with #591D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,29,18); }

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

background-color css

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

 a { background-color: rgb(89,29,18); }

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

border-color css

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

 span { border-color: rgb(89,29,18); }

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