#652115

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

Shades of Red Oxide #652115

Tints of Red Oxide #652115

Color information

#652115 (or 0x652115) is unknown color: approx Red Oxide. HEX triplet: 65, 21 and 15. RGB value is (101,33,21). Sum of RGB (Red+Green+Blue) = 101+33+21=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #652115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652115 is #9ADEEA. Grayscale: #343434. Windows color (decimal): -10149611 or 1384805. OLE color: 1384805.

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

Color convert

RGB1013321-
CMYK00.670.790.60
HSL65.57%23.92%-
HSV(B)79.21%39.61%-
XYZ6.053.911.15-
YUV51.96110.53162.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 65.16%
GREEN value IS 33 (13.28% from 255) = 21.29%
BLUE value IS 21 (8.59% from 255) = 13.55%
R=65.16%
G=21.29%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101332100.670.790.60965.5723.92
Hex6521150434F3C94218
Octal14541250103117741110230
Binary1100101100001101010100001110011111111001001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652115; }

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

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

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

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

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

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

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

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