Html Css Color HEX #631300 Red Oxide

📋 copy color: '#631300'

red 99 ◦ green 19 ◦ blue 0

#631300
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #631300

Tints of Red Oxide #631300

RGB

 RED value IS 99 (39.06% from 255) = 83.9%

 GREEN value IS 19 (7.81% from 255) = 16.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.9%
G = 16.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#631300 (or 0x631300) is known color: Red Oxide. HEX triplet: 63, 13 and 00. RGB value is (99,19,0). Sum of RGB (Red+Green+Blue) = 99+19+0=118 (15% of max value = 765). Red value is 99 (39.06% from 255 or 83.90% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 99 - color contains mainly: red. Hex color #631300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631300 is #9CECFF. Grayscale: #282828. Windows color (decimal): -10284288 or 4963. OLE color: 4963.

HSL color Cylindrical-coordinate representation of color #631300: hue angle of 11.52º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #631300 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 19 0 -
CMYK 0 0.81 1 0.61
HSL 11.52º 1% 0.19% -
HSV(B) 11.52º 1% 0.39% -
XYZ 5.38 3.12 0.32 -
YUV 40.75 105 169.54 -
System Red Green Blue C M Y K H S L
Decimal 99 19 0 0 0.81 1 0.61 11.52 1 0.19
Hex 63 13 0 0 51 64 3D C 64 13
Octal 143 23 0 0 121 144 75 14 144 23
Binary 1100011 10011 0 0 1010001 1100100 111101 1100 1100100 10011

Color Harmonies of #631300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631300

Black with #631300

Text Example


Text Example

White with #631300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631300; }

 p { color: rgb(99,19,0); }

 H1.HeaderClassName
 {
   color: #631300;
 }
 .AnyTagClassName
 {
   color: #631300;
 }
</style>

background-color css

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

 a { background-color: rgb(99,19,0); }

 div.DivClassName
 {
   background-color: #631300;
 }
 .BgClassName
 {
   background-color: #631300;
 }
</style>

border-color css

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

 span { border-color: rgb(99,19,0); }

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