#631B0F

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

Shades of Red Oxide #631B0F

Tints of Red Oxide #631B0F

Color information

#631B0F (or 0x631B0F) is unknown color: approx Red Oxide. HEX triplet: 63, 1B and 0F. RGB value is (99,27,15). Sum of RGB (Red+Green+Blue) = 99+27+15=141 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.21% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 99 - color contains mainly: red. Hex color #631B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631B0F is #9CE4F0. Grayscale: #2F2F2F. Windows color (decimal): -10282225 or 990051. OLE color: 990051.

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

Color convert

RGB992715-
CMYK00.730.850.61
HSL8.57º73.68%22.35%-
HSV(B)8.57º84.85%38.82%-
XYZ5.623.470.83-
YUV47.16109.85164.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 70.21%
GREEN value IS 27 (10.94% from 255) = 19.15%
BLUE value IS 15 (6.25% from 255) = 10.64%
R=70.21%
G=19.15%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99271500.730.850.618.5773.6822.35
Hex631BF049553D94a16
Octal14333170111125751111226
Binary11000111101111110100100110101011111011001100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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