#652218

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

Shades of Red Oxide #652218

Tints of Red Oxide #652218

Color information

#652218 (or 0x652218) is unknown color: approx Red Oxide. HEX triplet: 65, 22 and 18. RGB value is (101,34,24). Sum of RGB (Red+Green+Blue) = 101+34+24=159 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.52% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 101 - color contains mainly: red. Hex color #652218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652218 is #9ADDE7. Grayscale: #353535. Windows color (decimal): -10149352 or 1581669. OLE color: 1581669.

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

Color convert

RGB1013424-
CMYK00.660.760.60
HSL7.79º61.6%24.51%-
HSV(B)7.79º76.24%39.61%-
XYZ6.13.981.31-
YUV52.89111.7162.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.52%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 24 (9.77% from 255) = 15.09%
R=63.52%
G=21.38%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101342400.660.760.607.7961.624.51
Hex6522180424C3C83e19
Octal1454230010211474107631
Binary110010110001011000010000101001100111100100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652218; }

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

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

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

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

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

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

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

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