#651616

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

Shades of Red Oxide #651616

Tints of Red Oxide #651616

Color information

#651616 (or 0x651616) is unknown color: approx Red Oxide. HEX triplet: 65, 16 and 16. RGB value is (101,22,22). Sum of RGB (Red+Green+Blue) = 101+22+22=145 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.66% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 101 - color contains mainly: red. Hex color #651616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651616 is #9AE9E9. Grayscale: #2D2D2D. Windows color (decimal): -10152426 or 1447525. OLE color: 1447525.

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

Color convert

RGB1012222-
CMYK00.780.780.60
HSL64.23%24.12%-
HSV(B)78.22%39.61%-
XYZ5.83.41.11-
YUV45.62114.67167.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 69.66%
GREEN value IS 22 (8.98% from 255) = 15.17%
BLUE value IS 22 (8.98% from 255) = 15.17%
R=69.66%
G=15.17%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101222200.780.780.60064.2324.12
Hex65161604E4E3C04018
Octal1452626011611674010030
Binary110010110110101100100111010011101111000100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651616; }

 p { color: rgb(101,22,22); }

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

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

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

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

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

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

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