Html Css Color HEX #592525 Red Oxide

📋 copy color: '#592525'

red 89 ◦ green 37 ◦ blue 37

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

Shades of Red Oxide #592525

Tints of Red Oxide #592525

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.7%

 BLUE value IS 37 (14.84% from 255) = 22.7%

R = 54.6%
G = 22.7%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#592525 (or 0x592525) is known color: Red Oxide. HEX triplet: 59, 25 and 25. RGB value is (89,37,37). Sum of RGB (Red+Green+Blue) = 89+37+37=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #592525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592525 is #A6DADA. Grayscale: #343434. Windows color (decimal): -10935003 or 2434393. OLE color: 2434393.

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

Color convert

RGB 89 37 37 -
CMYK 0 0.58 0.58 0.65
HSL 0.41% 0.25% -
HSV(B) 0.58% 0.35% -
XYZ 5.12 3.58 2.17 -
YUV 52.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 89 37 37 0 0.58 0.58 0.65 0 0.41 0.25
Hex 59 25 25 0 3A 3A 41 0 29 19
Octal 131 45 45 0 72 72 101 0 51 31
Binary 1011001 100101 100101 0 111010 111010 1000001 0 101001 11001

Color Harmonies of #592525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592525

Black with #592525

Text Example


Text Example

White with #592525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592525; }

 p { color: rgb(89,37,37); }

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

background-color css

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

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

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

border-color css

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

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

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