Html Css Color HEX #562525 Red Oxide

📋 copy color: '#562525'

red 86 ◦ green 37 ◦ blue 37

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

Shades of Red Oxide #562525

Tints of Red Oxide #562525

RGB

 RED value IS 86 (33.98% from 255) = 53.75%

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

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

R = 53.75%
G = 23.13%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#562525 (or 0x562525) is known color: Red Oxide. HEX triplet: 56, 25 and 25. RGB value is (86,37,37). Sum of RGB (Red+Green+Blue) = 86+37+37=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #562525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562525 is #A9DADA. Grayscale: #333333. Windows color (decimal): -11131611 or 2434390. OLE color: 2434390.

HSL color Cylindrical-coordinate representation of color #562525: hue angle of 0º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #562525 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 37 37 -
CMYK 0 0.57 0.57 0.66
HSL 0.4% 0.24% -
HSV(B) 0.57% 0.34% -
XYZ 4.83 3.44 2.16 -
YUV 51.65 119.73 152.5 -
System Red Green Blue C M Y K H S L
Decimal 86 37 37 0 0.57 0.57 0.66 0 0.4 0.24
Hex 56 25 25 0 39 39 42 0 28 18
Octal 126 45 45 0 71 71 102 0 50 30
Binary 1010110 100101 100101 0 111001 111001 1000010 0 101000 11000

Color Harmonies of #562525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562525

Black with #562525

Text Example


Text Example

White with #562525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562525; }

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

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

background-color css

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

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

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

border-color css

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

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

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