Html Css Color HEX #631001 Red Oxide

📋 copy color: '#631001'

red 99 ◦ green 16 ◦ blue 1

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

Shades of Red Oxide #631001

Tints of Red Oxide #631001

RGB

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

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

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

R = 85.34%
G = 13.79%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#631001 (or 0x631001) is known color: Red Oxide. HEX triplet: 63, 10 and 01. RGB value is (99,16,1). Sum of RGB (Red+Green+Blue) = 99+16+1=116 (15% of max value = 765). Red value is 99 (39.06% from 255 or 85.34% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 99 - color contains mainly: red. Hex color #631001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631001 is #9CEFFE. Grayscale: #272727. Windows color (decimal): -10285055 or 69731. OLE color: 69731.

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

Color convert

RGB 99 16 1 -
CMYK 0 0.84 0.99 0.61
HSL 9.18º 0.98% 0.2% -
HSV(B) 9.18º 0.99% 0.39% -
XYZ 5.34 3.03 0.33 -
YUV 39.11 106.5 170.72 -
System Red Green Blue C M Y K H S L
Decimal 99 16 1 0 0.84 0.99 0.61 9.18 0.98 0.2
Hex 63 10 1 0 54 63 3D 9 62 14
Octal 143 20 1 0 124 143 75 11 142 24
Binary 1100011 10000 1 0 1010100 1100011 111101 1001 1100010 10100

Color Harmonies of #631001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631001

Black with #631001

Text Example


Text Example

White with #631001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631001; }

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

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

background-color css

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

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

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

border-color css

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

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

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