#631E17

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

Shades of Red Oxide #631E17

Tints of Red Oxide #631E17

Color information

#631E17 (or 0x631E17) is unknown color: approx Red Oxide. HEX triplet: 63, 1E and 17. RGB value is (99,30,23). Sum of RGB (Red+Green+Blue) = 99+30+23=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #631E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631E17 is #9CE1E8. Grayscale: #313131. Windows color (decimal): -10281449 or 1515107. OLE color: 1515107.

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

Color convert

RGB993023-
CMYK00.700.770.61
HSL5.53º62.3%23.92%-
HSV(B)5.53º76.77%38.82%-
XYZ5.763.641.21-
YUV49.83112.86163.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.13%
GREEN value IS 30 (12.11% from 255) = 19.74%
BLUE value IS 23 (9.38% from 255) = 15.13%
R=65.13%
G=19.74%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99302300.700.770.615.5362.323.92
Hex631E170464D3D63e18
Octal143362701061157567630
Binary1100011111101011101000110100110111110111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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