#652322

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

Shades of Red Oxide #652322

Tints of Red Oxide #652322

Color information

#652322 (or 0x652322) is unknown color: approx Red Oxide. HEX triplet: 65, 23 and 22. RGB value is (101,35,34). Sum of RGB (Red+Green+Blue) = 101+35+34=170 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.41% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 101 - color contains mainly: red. Hex color #652322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652322 is #9ADCDD. Grayscale: #363636. Windows color (decimal): -10149086 or 2237285. OLE color: 2237285.

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

Color convert

RGB1013534-
CMYK00.650.660.60
HSL0.9º49.63%26.47%-
HSV(B)0.9º66.34%39.61%-
XYZ6.264.081.97-
YUV54.62116.37161.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 59.41%
GREEN value IS 35 (14.06% from 255) = 20.59%
BLUE value IS 34 (13.67% from 255) = 20%
R=59.41%
G=20.59%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101353400.650.660.600.949.6326.47
Hex652322041423C1321a
Octal145434201011027416232
Binary1100101100011100010010000011000010111100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652322; }

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

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

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

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

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

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

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

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