Html Css Color HEX #56201B Red Oxide

📋 copy color: '#56201B'

red 86 ◦ green 32 ◦ blue 27

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

Shades of Red Oxide #56201B

Tints of Red Oxide #56201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.07%

 BLUE value IS 27 (10.94% from 255) = 18.62%

R = 59.31%
G = 22.07%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#56201B (or 0x56201B) is known color: Red Oxide. HEX triplet: 56, 20 and 1B. RGB value is (86,32,27). Sum of RGB (Red+Green+Blue) = 86+32+27=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #56201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56201B is #A9DFE4. Grayscale: #2F2F2F. Windows color (decimal): -11132901 or 1777750. OLE color: 1777750.

HSL color Cylindrical-coordinate representation of color #56201B: hue angle of 5.08º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56201B is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 32 27 -
CMYK 0 0.63 0.69 0.66
HSL 5.08º 0.52% 0.22% -
HSV(B) 5.08º 0.69% 0.34% -
XYZ 4.55 3.09 1.39 -
YUV 47.58 116.39 155.41 -
System Red Green Blue C M Y K H S L
Decimal 86 32 27 0 0.63 0.69 0.66 5.08 0.52 0.22
Hex 56 20 1B 0 3F 45 42 5 34 16
Octal 126 40 33 0 77 105 102 5 64 26
Binary 1010110 100000 11011 0 111111 1000101 1000010 101 110100 10110

Color Harmonies of #56201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56201B

Black with #56201B

Text Example


Text Example

White with #56201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56201B; }

 p { color: rgb(86,32,27); }

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

background-color css

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

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

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

border-color css

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

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

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