Html Css Color HEX #561508 Red Oxide

📋 copy color: '#561508'

red 86 ◦ green 21 ◦ blue 8

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

Shades of Red Oxide #561508

Tints of Red Oxide #561508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.26%

 BLUE value IS 8 (3.52% from 255) = 6.96%

R = 74.78%
G = 18.26%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#561508 (or 0x561508) is known color: Red Oxide. HEX triplet: 56, 15 and 08. RGB value is (86,21,8). Sum of RGB (Red+Green+Blue) = 86+21+8=115 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.78% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 86 - color contains mainly: red. Hex color #561508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561508 is #A9EAF7. Grayscale: #272727. Windows color (decimal): -11135736 or 529750. OLE color: 529750.

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

Color convert

RGB 86 21 8 -
CMYK 0 0.76 0.91 0.66
HSL 10º 0.83% 0.18% -
HSV(B) 10º 0.91% 0.34% -
XYZ 4.15 2.53 0.5 -
YUV 38.95 110.53 161.56 -
System Red Green Blue C M Y K H S L
Decimal 86 21 8 0 0.76 0.91 0.66 10 0.83 0.18
Hex 56 15 8 0 4C 5B 42 A 53 12
Octal 126 25 10 0 114 133 102 12 123 22
Binary 1010110 10101 1000 0 1001100 1011011 1000010 1010 1010011 10010

Color Harmonies of #561508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561508

Black with #561508

Text Example


Text Example

White with #561508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561508; }

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

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

background-color css

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

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

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

border-color css

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

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

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