#631B14

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

Shades of Red Oxide #631B14

Tints of Red Oxide #631B14

Color information

#631B14 (or 0x631B14) is unknown color: approx Red Oxide. HEX triplet: 63, 1B and 14. RGB value is (99,27,20). Sum of RGB (Red+Green+Blue) = 99+27+20=146 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.81% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 99 - color contains mainly: red. Hex color #631B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631B14 is #9CE4EB. Grayscale: #2F2F2F. Windows color (decimal): -10282220 or 1317731. OLE color: 1317731.

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

Color convert

RGB992720-
CMYK00.730.800.61
HSL5.32º66.39%23.33%-
HSV(B)5.32º79.8%38.82%-
XYZ5.663.491.04-
YUV47.73112.35164.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 67.81%
GREEN value IS 27 (10.94% from 255) = 18.49%
BLUE value IS 20 (8.20% from 255) = 13.70%
R=67.81%
G=18.49%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99272000.730.800.615.3266.3923.33
Hex631B14049503D54217
Octal1433324011112075510227
Binary11000111101110100010010011010000111101101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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