#651615

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

Shades of Red Oxide #651615

Tints of Red Oxide #651615

Color information

#651615 (or 0x651615) is unknown color: approx Red Oxide. HEX triplet: 65, 16 and 15. RGB value is (101,22,21). Sum of RGB (Red+Green+Blue) = 101+22+21=144 (19% of max value = 765). Red value is 101 (39.84% from 255 or 70.14% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 101 - color contains mainly: red. Hex color #651615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651615 is #9AE9EA. Grayscale: #2D2D2D. Windows color (decimal): -10152427 or 1381989. OLE color: 1381989.

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

Color convert

RGB1012221-
CMYK00.780.790.60
HSL0.75º65.57%23.92%-
HSV(B)0.75º79.21%39.61%-
XYZ5.793.391.06-
YUV45.51114.17167.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 70.14%
GREEN value IS 22 (8.98% from 255) = 15.28%
BLUE value IS 21 (8.59% from 255) = 14.58%
R=70.14%
G=15.28%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101222100.780.790.600.7565.5723.92
Hex65161504E4F3C14218
Octal1452625011611774110230
Binary110010110110101010100111010011111111001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651615; }

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

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

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

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

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

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

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

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