#631A1A

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

Shades of Red Oxide #631A1A

Tints of Red Oxide #631A1A

Color information

#631A1A (or 0x631A1A) is unknown color: approx Red Oxide. HEX triplet: 63, 1A and 1A. RGB value is (99,26,26). Sum of RGB (Red+Green+Blue) = 99+26+26=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #631A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A1A is #9CE5E5. Grayscale: #2F2F2F. Windows color (decimal): -10282470 or 1710691. OLE color: 1710691.

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

Color convert

RGB992626-
CMYK00.740.740.61
HSL58.4%24.51%-
HSV(B)73.74%38.82%-
XYZ5.73.471.35-
YUV47.83115.68164.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.56%
GREEN value IS 26 (10.55% from 255) = 17.22%
BLUE value IS 26 (10.55% from 255) = 17.22%
R=65.56%
G=17.22%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99262600.740.740.61058.424.51
Hex631A1A04A4A3D03a19
Octal143323201121127507231
Binary11000111101011010010010101001010111101011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,26,26); }

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

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

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

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

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

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

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