#651400

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

Shades of Red Oxide #651400

Tints of Red Oxide #651400

Color information

#651400 (or 0x651400) is unknown color: approx Red Oxide. HEX triplet: 65, 14 and 00. RGB value is (101,20,0). Sum of RGB (Red+Green+Blue) = 101+20+0=121 (16% of max value = 765). Red value is 101 (39.84% from 255 or 83.47% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 101 - color contains mainly: red. Hex color #651400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651400 is #9AEBFF. Grayscale: #2A2A2A. Windows color (decimal): -10152960 or 5221. OLE color: 5221.

HSL color Cylindrical-coordinate representation of color #651400: hue angle of 11.88º 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 #651400 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB101200-
CMYK00.8010.60
HSL11.88º100%19.8%-
HSV(B)11.88º100%39.61%-
XYZ5.623.270.33-
YUV41.94104.34170.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 83.47%
GREEN value IS 20 (8.20% from 255) = 16.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.47%
G=16.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10120000.8010.6011.8810019.8
Hex65140050643Cc6414
Octal1452400120144741414424
Binary11001011010000101000011001001111001100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651400; }

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

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

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

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

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

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

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

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