#652219

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

Shades of Red Oxide #652219

Tints of Red Oxide #652219

Color information

#652219 (or 0x652219) is unknown color: approx Red Oxide. HEX triplet: 65, 22 and 19. RGB value is (101,34,25). Sum of RGB (Red+Green+Blue) = 101+34+25=160 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.12% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 101 - color contains mainly: red. Hex color #652219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652219 is #9ADDE6. Grayscale: #353535. Windows color (decimal): -10149351 or 1647205. OLE color: 1647205.

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

Color convert

RGB1013425-
CMYK00.660.750.60
HSL7.11º60.32%24.71%-
HSV(B)7.11º75.25%39.61%-
XYZ6.113.981.37-
YUV53.01112.2162.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.12%
GREEN value IS 34 (13.67% from 255) = 21.25%
BLUE value IS 25 (10.16% from 255) = 15.62%
R=63.12%
G=21.25%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101342500.660.750.607.1160.3224.71
Hex6522190424B3C73c19
Octal145423101021137477431
Binary11001011000101100101000010100101111110011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652219; }

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

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

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

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

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

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

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

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