Html Css Color HEX #631201 Red Oxide

📋 copy color: '#631201'

red 99 ◦ green 18 ◦ blue 1

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

Shades of Red Oxide #631201

Tints of Red Oxide #631201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.25%

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

R = 83.9%
G = 15.25%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#631201 (or 0x631201) is known color: Red Oxide. HEX triplet: 63, 12 and 01. RGB value is (99,18,1). Sum of RGB (Red+Green+Blue) = 99+18+1=118 (15% of max value = 765). Red value is 99 (39.06% from 255 or 83.90% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 99 - color contains mainly: red. Hex color #631201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631201 is #9CEDFE. Grayscale: #282828. Windows color (decimal): -10284543 or 70243. OLE color: 70243.

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

Color convert

RGB 99 18 1 -
CMYK 0 0.82 0.99 0.61
HSL 10.41º 0.98% 0.2% -
HSV(B) 10.41º 0.99% 0.39% -
XYZ 5.37 3.09 0.34 -
YUV 40.28 105.84 169.88 -
System Red Green Blue C M Y K H S L
Decimal 99 18 1 0 0.82 0.99 0.61 10.41 0.98 0.2
Hex 63 12 1 0 52 63 3D A 62 14
Octal 143 22 1 0 122 143 75 12 142 24
Binary 1100011 10010 1 0 1010010 1100011 111101 1010 1100010 10100

Color Harmonies of #631201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631201

Black with #631201

Text Example


Text Example

White with #631201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631201; }

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

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

background-color css

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

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

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

border-color css

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

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

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