Html Css Color HEX #560908 Red Oxide

📋 copy color: '#560908'

red 86 ◦ green 9 ◦ blue 8

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

Shades of Red Oxide #560908

Tints of Red Oxide #560908

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.74%

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

R = 83.5%
G = 8.74%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#560908 (or 0x560908) is known color: Red Oxide. HEX triplet: 56, 09 and 08. RGB value is (86,9,8). Sum of RGB (Red+Green+Blue) = 86+9+8=103 (13% of max value = 765). Red value is 86 (33.98% from 255 or 83.50% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 86 - color contains mainly: red. Hex color #560908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560908 is #A9F6F7. Grayscale: #1F1F1F. Windows color (decimal): -11138808 or 526678. OLE color: 526678.

HSL color Cylindrical-coordinate representation of color #560908: hue angle of 0.77º 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 #560908 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 9 8 -
CMYK 0 0.90 0.91 0.66
HSL 0.77º 0.83% 0.18% -
HSV(B) 0.77º 0.91% 0.34% -
XYZ 3.98 2.19 0.44 -
YUV 31.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 86 9 8 0 0.90 0.91 0.66 0.77 0.83 0.18
Hex 56 9 8 0 5A 5B 42 1 53 12
Octal 126 11 10 0 132 133 102 1 123 22
Binary 1010110 1001 1000 0 1011010 1011011 1000010 1 1010011 10010

Color Harmonies of #560908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560908

Black with #560908

Text Example


Text Example

White with #560908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560908; }

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

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

background-color css

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

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

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

border-color css

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

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

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