Html Css Color HEX #631403 Red Oxide

📋 copy color: '#631403'

red 99 ◦ green 20 ◦ blue 3

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

Shades of Red Oxide #631403

Tints of Red Oxide #631403

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.39%

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

R = 81.15%
G = 16.39%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#631403 (or 0x631403) is known color: Red Oxide. HEX triplet: 63, 14 and 03. RGB value is (99,20,3). Sum of RGB (Red+Green+Blue) = 99+20+3=122 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.15% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 99 - color contains mainly: red. Hex color #631403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631403 is #9CEBFC. Grayscale: #292929. Windows color (decimal): -10284029 or 201827. OLE color: 201827.

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

Color convert

RGB 99 20 3 -
CMYK 0 0.80 0.97 0.61
HSL 10.63º 0.94% 0.2% -
HSV(B) 10.63º 0.97% 0.39% -
XYZ 5.41 3.16 0.41 -
YUV 41.68 106.17 168.88 -
System Red Green Blue C M Y K H S L
Decimal 99 20 3 0 0.80 0.97 0.61 10.63 0.94 0.2
Hex 63 14 3 0 50 61 3D B 5E 14
Octal 143 24 3 0 120 141 75 13 136 24
Binary 1100011 10100 11 0 1010000 1100001 111101 1011 1011110 10100

Color Harmonies of #631403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631403

Black with #631403

Text Example


Text Example

White with #631403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631403; }

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

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

background-color css

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

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

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

border-color css

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

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

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