Html Css Color HEX #631003 Red Oxide

📋 copy color: '#631003'

red 99 ◦ green 16 ◦ blue 3

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

Shades of Red Oxide #631003

Tints of Red Oxide #631003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.56%

 BLUE value IS 3 (1.56% from 255) = 2.54%

R = 83.9%
G = 13.56%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#631003 (or 0x631003) is known color: Red Oxide. HEX triplet: 63, 10 and 03. RGB value is (99,16,3). Sum of RGB (Red+Green+Blue) = 99+16+3=118 (15% of max value = 765). Red value is 99 (39.06% from 255 or 83.90% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 99 - color contains mainly: red. Hex color #631003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631003 is #9CEFFC. Grayscale: #272727. Windows color (decimal): -10285053 or 200803. OLE color: 200803.

HSL color Cylindrical-coordinate representation of color #631003: hue angle of 8.12º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #631003 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 16 3 -
CMYK 0 0.84 0.97 0.61
HSL 8.13º 0.94% 0.2% -
HSV(B) 8.13º 0.97% 0.39% -
XYZ 5.35 3.03 0.39 -
YUV 39.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 99 16 3 0 0.84 0.97 0.61 8.13 0.94 0.2
Hex 63 10 3 0 54 61 3D 8 5E 14
Octal 143 20 3 0 124 141 75 10 136 24
Binary 1100011 10000 11 0 1010100 1100001 111101 1000 1011110 10100

Color Harmonies of #631003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631003

Black with #631003

Text Example


Text Example

White with #631003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631003; }

 p { color: rgb(99,16,3); }

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

background-color css

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

 a { background-color: rgb(99,16,3); }

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

border-color css

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

 span { border-color: rgb(99,16,3); }

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