#651300

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

Shades of Red Oxide #651300

Tints of Red Oxide #651300

Color information

#651300 (or 0x651300) is unknown color: approx Red Oxide. HEX triplet: 65, 13 and 00. RGB value is (101,19,0). Sum of RGB (Red+Green+Blue) = 101+19+0=120 (15% of max value = 765). Red value is 101 (39.84% from 255 or 84.17% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 101 - color contains mainly: red. Hex color #651300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651300 is #9AECFF. Grayscale: #292929. Windows color (decimal): -10153216 or 4965. OLE color: 4965.

HSL color Cylindrical-coordinate representation of color #651300: hue angle of 11.29º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #651300 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB101190-
CMYK00.8110.60
HSL11.29º100%19.8%-
HSV(B)11.29º100%39.61%-
XYZ5.63.230.33-
YUV41.35104.67170.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 84.17%
GREEN value IS 19 (7.81% from 255) = 15.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.17%
G=15.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10119000.8110.6011.2910019.8
Hex65130051643Cb6414
Octal1452300121144741314424
Binary11001011001100101000111001001111001011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651300; }

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

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

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

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

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

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

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

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