#652320

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

Shades of Red Oxide #652320

Tints of Red Oxide #652320

Color information

#652320 (or 0x652320) is unknown color: approx Red Oxide. HEX triplet: 65, 23 and 20. RGB value is (101,35,32). Sum of RGB (Red+Green+Blue) = 101+35+32=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #652320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652320 is #9ADCDF. Grayscale: #363636. Windows color (decimal): -10149088 or 2106213. OLE color: 2106213.

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

Color convert

RGB1013532-
CMYK00.650.680.60
HSL2.61º51.88%26.08%-
HSV(B)2.61º68.32%39.61%-
XYZ6.234.071.82-
YUV54.39115.37161.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 60.12%
GREEN value IS 35 (14.06% from 255) = 20.83%
BLUE value IS 32 (12.89% from 255) = 19.05%
R=60.12%
G=20.83%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101353200.650.680.602.6151.8826.08
Hex652320041443C3341a
Octal145434001011047436432
Binary11001011000111000000100000110001001111001111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652320; }

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

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

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

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

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

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

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

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