Html Css Color HEX #631500 Red Oxide

📋 copy color: '#631500'

red 99 ◦ green 21 ◦ blue 0

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

Shades of Red Oxide #631500

Tints of Red Oxide #631500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.5%

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

R = 82.5%
G = 17.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#631500 (or 0x631500) is known color: Red Oxide. HEX triplet: 63, 15 and 00. RGB value is (99,21,0). Sum of RGB (Red+Green+Blue) = 99+21+0=120 (15% of max value = 765). Red value is 99 (39.06% from 255 or 82.5% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 99 - color contains mainly: red. Hex color #631500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631500 is #9CEAFF. Grayscale: #2A2A2A. Windows color (decimal): -10283776 or 5475. OLE color: 5475.

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

Color convert

RGB 99 21 0 -
CMYK 0 0.79 1 0.61
HSL 12.73º 1% 0.19% -
HSV(B) 12.73º 1% 0.39% -
XYZ 5.41 3.19 0.33 -
YUV 41.93 104.34 168.71 -
System Red Green Blue C M Y K H S L
Decimal 99 21 0 0 0.79 1 0.61 12.73 1 0.19
Hex 63 15 0 0 4F 64 3D D 64 13
Octal 143 25 0 0 117 144 75 15 144 23
Binary 1100011 10101 0 0 1001111 1100100 111101 1101 1100100 10011

Color Harmonies of #631500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631500

Black with #631500

Text Example


Text Example

White with #631500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631500; }

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

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

background-color css

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

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

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

border-color css

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

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

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