#611B0D

Color #611B0D Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #611B0D

Tints of Red Oxide #611B0D

Color information

#611B0D (or 0x611B0D) is unknown color: approx Red Oxide. HEX triplet: 61, 1B and 0D. RGB value is (97,27,13). Sum of RGB (Red+Green+Blue) = 97+27+13=137 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.80% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 97 - color contains mainly: red. Hex color #611B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611B0D is #9EE4F2. Grayscale: #2E2E2E. Windows color (decimal): -10413299 or 858977. OLE color: 858977.

HSL color Cylindrical-coordinate representation of color #611B0D: hue angle of 10º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #611B0D is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB972713-
CMYK00.720.870.62
HSL10º76.36%21.57%-
HSV(B)10º86.6%38.04%-
XYZ5.393.350.74-
YUV46.33109.19164.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 70.80%
GREEN value IS 27 (10.94% from 255) = 19.71%
BLUE value IS 13 (5.47% from 255) = 9.49%
R=70.80%
G=19.71%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97271300.720.870.621076.3621.57
Hex611BD048573Ea4c16
Octal14133150110127761211426
Binary11000011101111010100100010101111111101010100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611B0D; }

 p { color: rgb(97,27,13); }

 H1.HeaderClassName
 {
   color: #611B0D;
 }
 .AnyTagClassName
 {
   color: #611B0D;
 }
</style>
background-color css

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

 a { background-color: rgb(97,27,13); }

 div.DivClassName
 {
   background-color: #611B0D;
 }
 .BgClassName
 {
   background-color: #611B0D;
 }
</style>
border-color css

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

 span { border-color: rgb(97,27,13); }

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