#632726

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

Shades of Red Oxide #632726

Tints of Red Oxide #632726

Color information

#632726 (or 0x632726) is unknown color: approx Red Oxide. HEX triplet: 63, 27 and 26. RGB value is (99,39,38). Sum of RGB (Red+Green+Blue) = 99+39+38=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #632726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632726 is #9CD8D9. Grayscale: #383838. Windows color (decimal): -10279130 or 2500451. OLE color: 2500451.

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

Color convert

RGB993938-
CMYK00.610.620.61
HSL0.98º44.53%26.86%-
HSV(B)0.98º61.62%38.82%-
XYZ6.224.242.32-
YUV56.83117.38158.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.25%
GREEN value IS 39 (15.62% from 255) = 22.16%
BLUE value IS 38 (15.23% from 255) = 21.59%
R=56.25%
G=22.16%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99393800.610.620.610.9844.5326.86
Hex63272603D3E3D12d1b
Octal1434746075767515533
Binary11000111001111001100111101111110111101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632726; }

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

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

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

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

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

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

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

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