#611B13

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

Shades of Red Oxide #611B13

Tints of Red Oxide #611B13

Color information

#611B13 (or 0x611B13) is unknown color: approx Red Oxide. HEX triplet: 61, 1B and 13. RGB value is (97,27,19). Sum of RGB (Red+Green+Blue) = 97+27+19=143 (18% of max value = 765). Red value is 97 (38.28% from 255 or 67.83% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 97 - color contains mainly: red. Hex color #611B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611B13 is #9EE4EC. Grayscale: #2F2F2F. Windows color (decimal): -10413293 or 1252193. OLE color: 1252193.

HSL color Cylindrical-coordinate representation of color #611B13: hue angle of 6.15º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611B13 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB972719-
CMYK00.720.800.62
HSL6.15º67.24%22.75%-
HSV(B)6.15º80.41%38.04%-
XYZ5.443.370.98-
YUV47.02112.19163.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.83%
GREEN value IS 27 (10.94% from 255) = 18.88%
BLUE value IS 19 (7.81% from 255) = 13.29%
R=67.83%
G=18.88%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97271900.720.800.626.1567.2422.75
Hex611B13048503E64317
Octal1413323011012076610327
Binary11000011101110011010010001010000111110110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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