#631A14

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

Shades of Red Oxide #631A14

Tints of Red Oxide #631A14

Color information

#631A14 (or 0x631A14) is unknown color: approx Red Oxide. HEX triplet: 63, 1A and 14. RGB value is (99,26,20). Sum of RGB (Red+Green+Blue) = 99+26+20=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #631A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631A14 is #9CE5EB. Grayscale: #2F2F2F. Windows color (decimal): -10282476 or 1317475. OLE color: 1317475.

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

Color convert

RGB992620-
CMYK00.740.800.61
HSL4.56º66.39%23.33%-
HSV(B)4.56º79.8%38.82%-
XYZ5.643.441.03-
YUV47.14112.68164.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.28%
GREEN value IS 26 (10.55% from 255) = 17.93%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=68.28%
G=17.93%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99262000.740.800.614.5666.3923.33
Hex631A1404A503D54217
Octal1433224011212075510227
Binary11000111101010100010010101010000111101101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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