#652524

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

Shades of Red Oxide #652524

Tints of Red Oxide #652524

Color information

#652524 (or 0x652524) is unknown color: approx Red Oxide. HEX triplet: 65, 25 and 24. RGB value is (101,37,36). Sum of RGB (Red+Green+Blue) = 101+37+36=174 (23% of max value = 765). Red value is 101 (39.84% from 255 or 58.05% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 101 - color contains mainly: red. Hex color #652524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652524 is #9ADADB. Grayscale: #383838. Windows color (decimal): -10148572 or 2368869. OLE color: 2368869.

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

Color convert

RGB1013736-
CMYK00.630.640.60
HSL0.92º47.45%26.86%-
HSV(B)0.92º64.36%39.61%-
XYZ6.354.222.15-
YUV56.02116.7160.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.05%
GREEN value IS 37 (14.84% from 255) = 21.26%
BLUE value IS 36 (14.45% from 255) = 20.69%
R=58.05%
G=21.26%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101373600.630.640.600.9247.4526.86
Hex65252403F403C12f1b
Octal14545440771007415733
Binary110010110010110010001111111000000111100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652524; }

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

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

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

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

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

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

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

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