#632626

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

Shades of Red Oxide #632626

Tints of Red Oxide #632626

Color information

#632626 (or 0x632626) is unknown color: approx Red Oxide. HEX triplet: 63, 26 and 26. RGB value is (99,38,38). Sum of RGB (Red+Green+Blue) = 99+38+38=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #632626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632626 is #9CD9D9. Grayscale: #383838. Windows color (decimal): -10279386 or 2500195. OLE color: 2500195.

HSL color Cylindrical-coordinate representation of color #632626: hue angle of 0º 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 #632626 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB993838-
CMYK00.620.620.61
HSL44.53%26.86%-
HSV(B)61.62%38.82%-
XYZ6.194.182.31-
YUV56.24117.71158.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.57%
GREEN value IS 38 (15.23% from 255) = 21.71%
BLUE value IS 38 (15.23% from 255) = 21.71%
R=56.57%
G=21.71%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99383800.620.620.61044.5326.86
Hex63262603E3E3D02d1b
Octal1434646076767505533
Binary11000111001101001100111110111110111101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632626; }

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

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

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

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

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

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

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

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