#631C19

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

Shades of Red Oxide #631C19

Tints of Red Oxide #631C19

Color information

#631C19 (or 0x631C19) is unknown color: approx Red Oxide. HEX triplet: 63, 1C and 19. RGB value is (99,28,25). Sum of RGB (Red+Green+Blue) = 99+28+25=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #631C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631C19 is #9CE3E6. Grayscale: #303030. Windows color (decimal): -10281959 or 1645667. OLE color: 1645667.

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

Color convert

RGB992825-
CMYK00.720.750.61
HSL2.43º59.68%24.31%-
HSV(B)2.43º74.75%38.82%-
XYZ5.743.551.3-
YUV48.89114.52163.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.13%
GREEN value IS 28 (11.33% from 255) = 18.42%
BLUE value IS 25 (10.16% from 255) = 16.45%
R=65.13%
G=18.42%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99282500.720.750.612.4359.6824.31
Hex631C190484B3D23c18
Octal143343101101137527430
Binary110001111100110010100100010010111111011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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