#63231B

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

Shades of Red Oxide #63231B

Tints of Red Oxide #63231B

Color information

#63231B (or 0x63231B) is unknown color: approx Red Oxide. HEX triplet: 63, 23 and 1B. RGB value is (99,35,27). Sum of RGB (Red+Green+Blue) = 99+35+27=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #63231B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63231B is #9CDCE4. Grayscale: #353535. Windows color (decimal): -10280165 or 1778531. OLE color: 1778531.

HSL color Cylindrical-coordinate representation of color #63231B: hue angle of 6.67º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63231B is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB993527-
CMYK00.650.730.61
HSL6.67º57.14%24.71%-
HSV(B)6.67º72.73%38.82%-
XYZ5.943.931.48-
YUV53.22113.2160.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.49%
GREEN value IS 35 (14.06% from 255) = 21.74%
BLUE value IS 27 (10.94% from 255) = 16.77%
R=61.49%
G=21.74%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99352700.650.730.616.6757.1424.71
Hex63231B041493D73919
Octal143433301011117577131
Binary11000111000111101101000001100100111110111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63231B; }

 p { color: rgb(99,35,27); }

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

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

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

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

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

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

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