Html Css Color HEX #591C10 Red Oxide

📋 copy color: '#591C10'

red 89 ◦ green 28 ◦ blue 16

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

Shades of Red Oxide #591C10

Tints of Red Oxide #591C10

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.05%

 BLUE value IS 16 (6.64% from 255) = 12.03%

R = 66.92%
G = 21.05%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#591C10 (or 0x591C10) is known color: Red Oxide. HEX triplet: 59, 1C and 10. RGB value is (89,28,16). Sum of RGB (Red+Green+Blue) = 89+28+16=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #591C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591C10 is #A6E3EF. Grayscale: #2C2C2C. Windows color (decimal): -10937328 or 1055833. OLE color: 1055833.

HSL color Cylindrical-coordinate representation of color #591C10: hue angle of 9.86º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591C10 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 28 16 -
CMYK 0 0.69 0.82 0.65
HSL 9.86º 0.7% 0.21% -
HSV(B) 9.86º 0.82% 0.35% -
XYZ 4.63 2.99 0.82 -
YUV 44.87 111.71 159.48 -
System Red Green Blue C M Y K H S L
Decimal 89 28 16 0 0.69 0.82 0.65 9.86 0.7 0.21
Hex 59 1C 10 0 45 52 41 A 46 15
Octal 131 34 20 0 105 122 101 12 106 25
Binary 1011001 11100 10000 0 1000101 1010010 1000001 1010 1000110 10101

Color Harmonies of #591C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591C10

Black with #591C10

Text Example


Text Example

White with #591C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,28,16); }

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

background-color css

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

 a { background-color: rgb(89,28,16); }

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

border-color css

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

 span { border-color: rgb(89,28,16); }

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