#632828

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

Shades of Red Oxide #632828

Tints of Red Oxide #632828

Color information

#632828 (or 0x632828) is unknown color: approx Red Oxide. HEX triplet: 63, 28 and 28. RGB value is (99,40,40). Sum of RGB (Red+Green+Blue) = 99+40+40=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #632828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632828 is #9CD7D7. Grayscale: #393939. Windows color (decimal): -10278872 or 2631779. OLE color: 2631779.

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

Color convert

RGB994040-
CMYK00.600.600.61
HSL42.45%27.25%-
HSV(B)59.6%38.82%-
XYZ6.294.322.51-
YUV57.64118.05157.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.31%
GREEN value IS 40 (16.02% from 255) = 22.35%
BLUE value IS 40 (16.02% from 255) = 22.35%
R=55.31%
G=22.35%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99404000.600.600.61042.4527.25
Hex63282803C3C3D02a1b
Octal1435050074747505233
Binary11000111010001010000111100111100111101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632828; }

 p { color: rgb(99,40,40); }

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

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

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

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

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

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

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