#652625

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

Shades of Red Oxide #652625

Tints of Red Oxide #652625

Color information

#652625 (or 0x652625) is unknown color: approx Red Oxide. HEX triplet: 65, 26 and 25. RGB value is (101,38,37). Sum of RGB (Red+Green+Blue) = 101+38+37=176 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.39% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 101 - color contains mainly: red. Hex color #652625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652625 is #9AD9DA. Grayscale: #383838. Windows color (decimal): -10148315 or 2434661. OLE color: 2434661.

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

Color convert

RGB1013837-
CMYK00.620.630.60
HSL0.94º46.38%27.06%-
HSV(B)0.94º63.37%39.61%-
XYZ6.394.292.24-
YUV56.72116.87159.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 57.39%
GREEN value IS 38 (15.23% from 255) = 21.59%
BLUE value IS 37 (14.84% from 255) = 21.02%
R=57.39%
G=21.59%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101383700.620.630.600.9446.3827.06
Hex65262503E3F3C12e1b
Octal1454645076777415633
Binary11001011001101001010111110111111111100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652625; }

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

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

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

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

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

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

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

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