#652019

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

Shades of Red Oxide #652019

Tints of Red Oxide #652019

Color information

#652019 (or 0x652019) is unknown color: approx Red Oxide. HEX triplet: 65, 20 and 19. RGB value is (101,32,25). Sum of RGB (Red+Green+Blue) = 101+32+25=158 (20% of max value = 765). Red value is 101 (39.84% from 255 or 63.92% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 101 - color contains mainly: red. Hex color #652019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652019 is #9ADFE6. Grayscale: #333333. Windows color (decimal): -10149863 or 1646693. OLE color: 1646693.

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

Color convert

RGB1013225-
CMYK00.680.750.60
HSL5.53º60.32%24.71%-
HSV(B)5.53º75.25%39.61%-
XYZ6.063.871.35-
YUV51.83112.86163.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.92%
GREEN value IS 32 (12.89% from 255) = 20.25%
BLUE value IS 25 (10.16% from 255) = 15.82%
R=63.92%
G=20.25%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101322500.680.750.605.5360.3224.71
Hex6520190444B3C63c19
Octal145403101041137467431
Binary11001011000001100101000100100101111110011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652019; }

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

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

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

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

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

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

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

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