#631B0C

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

Shades of Red Oxide #631B0C

Tints of Red Oxide #631B0C

Color information

#631B0C (or 0x631B0C) is unknown color: approx Red Oxide. HEX triplet: 63, 1B and 0C. RGB value is (99,27,12). Sum of RGB (Red+Green+Blue) = 99+27+12=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #631B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631B0C is #9CE4F3. Grayscale: #2E2E2E. Windows color (decimal): -10282228 or 793443. OLE color: 793443.

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

Color convert

RGB992712-
CMYK00.730.880.61
HSL10.34º78.38%21.76%-
HSV(B)10.34º87.88%38.82%-
XYZ5.63.460.72-
YUV46.82108.35165.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 71.74%
GREEN value IS 27 (10.94% from 255) = 19.57%
BLUE value IS 12 (5.08% from 255) = 8.70%
R=71.74%
G=19.57%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99271200.730.880.6110.3478.3821.76
Hex631BC049583Da4e16
Octal14333140111130751211626
Binary11000111101111000100100110110001111011010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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