Html Css Color HEX #631401 Red Oxide

📋 copy color: '#631401'

red 99 ◦ green 20 ◦ blue 1

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

Shades of Red Oxide #631401

Tints of Red Oxide #631401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.83%

R = 82.5%
G = 16.67%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#631401 (or 0x631401) is known color: Red Oxide. HEX triplet: 63, 14 and 01. RGB value is (99,20,1). Sum of RGB (Red+Green+Blue) = 99+20+1=120 (15% of max value = 765). Red value is 99 (39.06% from 255 or 82.5% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 99 - color contains mainly: red. Hex color #631401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631401 is #9CEBFE. Grayscale: #292929. Windows color (decimal): -10284031 or 70755. OLE color: 70755.

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

Color convert

RGB 99 20 1 -
CMYK 0 0.80 0.99 0.61
HSL 11.63º 0.98% 0.2% -
HSV(B) 11.63º 0.99% 0.39% -
XYZ 5.4 3.16 0.35 -
YUV 41.46 105.17 169.04 -
System Red Green Blue C M Y K H S L
Decimal 99 20 1 0 0.80 0.99 0.61 11.63 0.98 0.2
Hex 63 14 1 0 50 63 3D C 62 14
Octal 143 24 1 0 120 143 75 14 142 24
Binary 1100011 10100 1 0 1010000 1100011 111101 1100 1100010 10100

Color Harmonies of #631401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631401

Black with #631401

Text Example


Text Example

White with #631401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631401; }

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

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

background-color css

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

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

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

border-color css

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

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

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