#652422

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

Shades of Red Oxide #652422

Tints of Red Oxide #652422

Color information

#652422 (or 0x652422) is unknown color: approx Red Oxide. HEX triplet: 65, 24 and 22. RGB value is (101,36,34). Sum of RGB (Red+Green+Blue) = 101+36+34=171 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.06% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 101 - color contains mainly: red. Hex color #652422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652422 is #9ADBDD. Grayscale: #373737. Windows color (decimal): -10148830 or 2237541. OLE color: 2237541.

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

Color convert

RGB1013634-
CMYK00.640.660.60
HSL1.79º49.63%26.47%-
HSV(B)1.79º66.34%39.61%-
XYZ6.294.141.98-
YUV55.21116.03160.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 59.06%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 34 (13.67% from 255) = 19.88%
R=59.06%
G=21.05%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101363400.640.660.601.7949.6326.47
Hex652422040423C2321a
Octal145444201001027426232
Binary11001011001001000100100000010000101111001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652422; }

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

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

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

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

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

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

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

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