#631F14

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

Shades of Red Oxide #631F14

Tints of Red Oxide #631F14

Color information

#631F14 (or 0x631F14) is unknown color: approx Red Oxide. HEX triplet: 63, 1F and 14. RGB value is (99,31,20). Sum of RGB (Red+Green+Blue) = 99+31+20=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #631F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631F14 is #9CE0EB. Grayscale: #323232. Windows color (decimal): -10281196 or 1318755. OLE color: 1318755.

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

Color convert

RGB993120-
CMYK00.690.800.61
HSL8.35º66.39%23.33%-
HSV(B)8.35º79.8%38.82%-
XYZ5.763.681.07-
YUV50.08111.03162.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66%
GREEN value IS 31 (12.5% from 255) = 20.67%
BLUE value IS 20 (8.20% from 255) = 13.33%
R=66%
G=20.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99312000.690.800.618.3566.3923.33
Hex631F14045503D84217
Octal14337240105120751010227
Binary110001111111101000100010110100001111011000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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