Html Css Color HEX #561504 Red Oxide

📋 copy color: '#561504'

red 86 ◦ green 21 ◦ blue 4

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

Shades of Red Oxide #561504

Tints of Red Oxide #561504

RGB

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

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

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

R = 77.48%
G = 18.92%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#561504 (or 0x561504) is known color: Red Oxide. HEX triplet: 56, 15 and 04. RGB value is (86,21,4). Sum of RGB (Red+Green+Blue) = 86+21+4=111 (14% of max value = 765). Red value is 86 (33.98% from 255 or 77.48% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 86 - color contains mainly: red. Hex color #561504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561504 is #A9EAFB. Grayscale: #262626. Windows color (decimal): -11135740 or 267606. OLE color: 267606.

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

Color convert

RGB 86 21 4 -
CMYK 0 0.76 0.95 0.66
HSL 12.44º 0.91% 0.18% -
HSV(B) 12.44º 0.95% 0.34% -
XYZ 4.13 2.52 0.38 -
YUV 38.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 86 21 4 0 0.76 0.95 0.66 12.44 0.91 0.18
Hex 56 15 4 0 4C 5F 42 C 5B 12
Octal 126 25 4 0 114 137 102 14 133 22
Binary 1010110 10101 100 0 1001100 1011111 1000010 1100 1011011 10010

Color Harmonies of #561504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561504

Black with #561504

Text Example


Text Example

White with #561504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561504; }

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

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

background-color css

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

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

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

border-color css

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

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

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