#631C18

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

Shades of Red Oxide #631C18

Tints of Red Oxide #631C18

Color information

#631C18 (or 0x631C18) is unknown color: approx Red Oxide. HEX triplet: 63, 1C and 18. RGB value is (99,28,24). Sum of RGB (Red+Green+Blue) = 99+28+24=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #631C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631C18 is #9CE3E7. Grayscale: #303030. Windows color (decimal): -10281960 or 1580131. OLE color: 1580131.

HSL color Cylindrical-coordinate representation of color #631C18: hue angle of 3.2º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #631C18 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB992824-
CMYK00.720.760.61
HSL3.2º60.98%24.12%-
HSV(B)3.2º75.76%38.82%-
XYZ5.733.551.25-
YUV48.77114.02163.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.56%
GREEN value IS 28 (11.33% from 255) = 18.54%
BLUE value IS 24 (9.77% from 255) = 15.89%
R=65.56%
G=18.54%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99282400.720.760.613.260.9824.12
Hex631C180484C3D33d18
Octal143343001101147537530
Binary110001111100110000100100010011001111011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631C18; }

 p { color: rgb(99,28,24); }

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

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

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

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

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

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

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