Html Css Color HEX #561C13 Red Oxide

📋 copy color: '#561C13'

red 86 ◦ green 28 ◦ blue 19

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

Shades of Red Oxide #561C13

Tints of Red Oxide #561C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.29%

R = 64.66%
G = 21.05%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#561C13 (or 0x561C13) is known color: Red Oxide. HEX triplet: 56, 1C and 13. RGB value is (86,28,19). Sum of RGB (Red+Green+Blue) = 86+28+19=133 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.66% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 86 - color contains mainly: red. Hex color #561C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561C13 is #A9E3EC. Grayscale: #2C2C2C. Windows color (decimal): -11133933 or 1252438. OLE color: 1252438.

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

Color convert

RGB 86 28 19 -
CMYK 0 0.67 0.78 0.66
HSL 8.06º 0.64% 0.21% -
HSV(B) 8.06º 0.78% 0.34% -
XYZ 4.37 2.86 0.94 -
YUV 44.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 86 28 19 0 0.67 0.78 0.66 8.06 0.64 0.21
Hex 56 1C 13 0 43 4E 42 8 40 15
Octal 126 34 23 0 103 116 102 10 100 25
Binary 1010110 11100 10011 0 1000011 1001110 1000010 1000 1000000 10101

Color Harmonies of #561C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561C13

Black with #561C13

Text Example


Text Example

White with #561C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,28,19); }

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

background-color css

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

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

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

border-color css

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

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

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