#651913

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

Shades of Red Oxide #651913

Tints of Red Oxide #651913

Color information

#651913 (or 0x651913) is unknown color: approx Red Oxide. HEX triplet: 65, 19 and 13. RGB value is (101,25,19). Sum of RGB (Red+Green+Blue) = 101+25+19=145 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.66% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 101 - color contains mainly: red. Hex color #651913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651913 is #9AE6EC. Grayscale: #2F2F2F. Windows color (decimal): -10151661 or 1251685. OLE color: 1251685.

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

Color convert

RGB1012519-
CMYK00.750.810.60
HSL4.39º68.33%23.53%-
HSV(B)4.39º81.19%39.61%-
XYZ5.833.510.99-
YUV47.04112.18166.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 69.66%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 19 (7.81% from 255) = 13.10%
R=69.66%
G=17.24%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101251900.750.810.604.3968.3323.53
Hex65191304B513C44418
Octal1453123011312174410430
Binary11001011100110011010010111010001111100100100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651913; }

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

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

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

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

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

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

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

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