Html Css Color HEX #561B15 Red Oxide

📋 copy color: '#561B15'

red 86 ◦ green 27 ◦ blue 21

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

Shades of Red Oxide #561B15

Tints of Red Oxide #561B15

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.15%

 BLUE value IS 21 (8.59% from 255) = 15.67%

R = 64.18%
G = 20.15%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#561B15 (or 0x561B15) is known color: Red Oxide. HEX triplet: 56, 1B and 15. RGB value is (86,27,21). Sum of RGB (Red+Green+Blue) = 86+27+21=134 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.18% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 86 - color contains mainly: red. Hex color #561B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561B15 is #A9E4EA. Grayscale: #2C2C2C. Windows color (decimal): -11134187 or 1383254. OLE color: 1383254.

HSL color Cylindrical-coordinate representation of color #561B15: hue angle of 5.54º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #561B15 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 27 21 -
CMYK 0 0.69 0.76 0.66
HSL 5.54º 0.61% 0.21% -
HSV(B) 5.54º 0.76% 0.34% -
XYZ 4.37 2.82 1.02 -
YUV 43.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 86 27 21 0 0.69 0.76 0.66 5.54 0.61 0.21
Hex 56 1B 15 0 45 4C 42 6 3D 15
Octal 126 33 25 0 105 114 102 6 75 25
Binary 1010110 11011 10101 0 1000101 1001100 1000010 110 111101 10101

Color Harmonies of #561B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561B15

Black with #561B15

Text Example


Text Example

White with #561B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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