Html Css Color HEX #631100 Red Oxide

📋 copy color: '#631100'

red 99 ◦ green 17 ◦ blue 0

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

Shades of Red Oxide #631100

Tints of Red Oxide #631100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.34%
G = 14.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#631100 (or 0x631100) is known color: Red Oxide. HEX triplet: 63, 11 and 00. RGB value is (99,17,0). Sum of RGB (Red+Green+Blue) = 99+17+0=116 (15% of max value = 765). Red value is 99 (39.06% from 255 or 85.34% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 99 - color contains mainly: red. Hex color #631100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631100 is #9CEEFF. Grayscale: #272727. Windows color (decimal): -10284800 or 4451. OLE color: 4451.

HSL color Cylindrical-coordinate representation of color #631100: hue angle of 10.3º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #631100 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 17 0 -
CMYK 0 0.83 1 0.61
HSL 10.3º 1% 0.19% -
HSV(B) 10.3º 1% 0.39% -
XYZ 5.35 3.05 0.31 -
YUV 39.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 99 17 0 0 0.83 1 0.61 10.3 1 0.19
Hex 63 11 0 0 53 64 3D A 64 13
Octal 143 21 0 0 123 144 75 12 144 23
Binary 1100011 10001 0 0 1010011 1100100 111101 1010 1100100 10011

Color Harmonies of #631100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631100

Black with #631100

Text Example


Text Example

White with #631100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631100; }

 p { color: rgb(99,17,0); }

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

background-color css

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

 a { background-color: rgb(99,17,0); }

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

border-color css

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

 span { border-color: rgb(99,17,0); }

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