Html Css Color HEX #560504 Red Oxide

📋 copy color: '#560504'

red 86 ◦ green 5 ◦ blue 4

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

Shades of Red Oxide #560504

Tints of Red Oxide #560504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.26%

 BLUE value IS 4 (1.95% from 255) = 4.21%

R = 90.53%
G = 5.26%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#560504 (or 0x560504) is known color: Red Oxide. HEX triplet: 56, 05 and 04. RGB value is (86,5,4). Sum of RGB (Red+Green+Blue) = 86+5+4=95 (12% of max value = 765). Red value is 86 (33.98% from 255 or 90.53% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 86 - color contains mainly: red. Hex color #560504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560504 is #A9FAFB. Grayscale: #1D1D1D. Windows color (decimal): -11139836 or 263510. OLE color: 263510.

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

Color convert

RGB 86 5 4 -
CMYK 0 0.94 0.95 0.66
HSL 0.73º 0.91% 0.18% -
HSV(B) 0.73º 0.95% 0.34% -
XYZ 3.91 2.1 0.31 -
YUV 29.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 86 5 4 0 0.94 0.95 0.66 0.73 0.91 0.18
Hex 56 5 4 0 5E 5F 42 1 5B 12
Octal 126 5 4 0 136 137 102 1 133 22
Binary 1010110 101 100 0 1011110 1011111 1000010 1 1011011 10010

Color Harmonies of #560504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560504

Black with #560504

Text Example


Text Example

White with #560504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560504; }

 p { color: rgb(86,5,4); }

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

background-color css

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

 a { background-color: rgb(86,5,4); }

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

border-color css

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

 span { border-color: rgb(86,5,4); }

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