Html Css Color HEX #631900 Red Oxide

📋 copy color: '#631900'

red 99 ◦ green 25 ◦ blue 0

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

Shades of Red Oxide #631900

Tints of Red Oxide #631900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.16%

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

R = 79.84%
G = 20.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#631900 (or 0x631900) is known color: Red Oxide. HEX triplet: 63, 19 and 00. RGB value is (99,25,0). Sum of RGB (Red+Green+Blue) = 99+25+0=124 (16% of max value = 765). Red value is 99 (39.06% from 255 or 79.84% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 99 - color contains mainly: red. Hex color #631900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631900 is #9CE6FF. Grayscale: #2C2C2C. Windows color (decimal): -10282752 or 6499. OLE color: 6499.

HSL color Cylindrical-coordinate representation of color #631900: hue angle of 15.15º 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 #631900 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 25 0 -
CMYK 0 0.75 1 0.61
HSL 15.15º 1% 0.19% -
HSV(B) 15.15º 1% 0.39% -
XYZ 5.49 3.35 0.36 -
YUV 44.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 99 25 0 0 0.75 1 0.61 15.15 1 0.19
Hex 63 19 0 0 4B 64 3D F 64 13
Octal 143 31 0 0 113 144 75 17 144 23
Binary 1100011 11001 0 0 1001011 1100100 111101 1111 1100100 10011

Color Harmonies of #631900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631900

Black with #631900

Text Example


Text Example

White with #631900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631900; }

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

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

background-color css

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

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

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

border-color css

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

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

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