#632725

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

Shades of Red Oxide #632725

Tints of Red Oxide #632725

Color information

#632725 (or 0x632725) is unknown color: approx Red Oxide. HEX triplet: 63, 27 and 25. RGB value is (99,39,37). Sum of RGB (Red+Green+Blue) = 99+39+37=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #632725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632725 is #9CD8DA. Grayscale: #383838. Windows color (decimal): -10279131 or 2434915. OLE color: 2434915.

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

Color convert

RGB993937-
CMYK00.610.630.61
HSL1.94º45.59%26.67%-
HSV(B)1.94º62.63%38.82%-
XYZ6.214.242.24-
YUV56.71116.88158.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.57%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 37 (14.84% from 255) = 21.14%
R=56.57%
G=22.29%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99393700.610.630.611.9445.5926.67
Hex63272503D3F3D22e1b
Octal1434745075777525633
Binary110001110011110010101111011111111111011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632725; }

 p { color: rgb(99,39,37); }

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

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

 a { background-color: rgb(99,39,37); }

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

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

 span { border-color: rgb(99,39,37); }

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