#631C17

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

Shades of Red Oxide #631C17

Tints of Red Oxide #631C17

Color information

#631C17 (or 0x631C17) is unknown color: approx Red Oxide. HEX triplet: 63, 1C and 17. RGB value is (99,28,23). Sum of RGB (Red+Green+Blue) = 99+28+23=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 23 (9.38% from 255 or 15.33% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #631C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631C17 is #9CE3E8. Grayscale: #303030. Windows color (decimal): -10281961 or 1514595. OLE color: 1514595.

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

Color convert

RGB992823-
CMYK00.720.770.61
HSL3.95º62.3%23.92%-
HSV(B)3.95º76.77%38.82%-
XYZ5.723.551.19-
YUV48.66113.52163.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66%
GREEN value IS 28 (11.33% from 255) = 18.67%
BLUE value IS 23 (9.38% from 255) = 15.33%
R=66%
G=18.67%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99282300.720.770.613.9562.323.92
Hex631C170484D3D43e18
Octal143342701101157547630
Binary1100011111001011101001000100110111110110011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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