#611300

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

Shades of Red Oxide #611300

Tints of Red Oxide #611300

Color information

#611300 (or 0x611300) is unknown color: approx Red Oxide. HEX triplet: 61, 13 and 00. RGB value is (97,19,0). Sum of RGB (Red+Green+Blue) = 97+19+0=116 (15% of max value = 765). Red value is 97 (38.28% from 255 or 83.62% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 97 - color contains mainly: red. Hex color #611300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611300 is #9EECFF. Grayscale: #282828. Windows color (decimal): -10415360 or 4961. OLE color: 4961.

HSL color Cylindrical-coordinate representation of color #611300: hue angle of 11.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #611300 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB97190-
CMYK00.8010.62
HSL11.75º100%19.02%-
HSV(B)11.75º100%38.04%-
XYZ5.163.010.31-
YUV40.16105.34168.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 83.62%
GREEN value IS 19 (7.81% from 255) = 16.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.62%
G=16.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9719000.8010.6211.7510019.02
Hex61130050643Ec6413
Octal1412300120144761414423
Binary11000011001100101000011001001111101100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611300; }

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

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

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

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

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

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

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

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