Html Css Color HEX #631200 Red Oxide

📋 copy color: '#631200'

red 99 ◦ green 18 ◦ blue 0

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

Shades of Red Oxide #631200

Tints of Red Oxide #631200

RGB

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

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

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

R = 84.62%
G = 15.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#631200 (or 0x631200) is known color: Red Oxide. HEX triplet: 63, 12 and 00. RGB value is (99,18,0). Sum of RGB (Red+Green+Blue) = 99+18+0=117 (15% of max value = 765). Red value is 99 (39.06% from 255 or 84.62% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 99 - color contains mainly: red. Hex color #631200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631200 is #9CEDFF. Grayscale: #282828. Windows color (decimal): -10284544 or 4707. OLE color: 4707.

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

Color convert

RGB 99 18 0 -
CMYK 0 0.82 1 0.61
HSL 10.91º 1% 0.19% -
HSV(B) 10.91º 1% 0.39% -
XYZ 5.36 3.09 0.31 -
YUV 40.17 105.34 169.96 -
System Red Green Blue C M Y K H S L
Decimal 99 18 0 0 0.82 1 0.61 10.91 1 0.19
Hex 63 12 0 0 52 64 3D B 64 13
Octal 143 22 0 0 122 144 75 13 144 23
Binary 1100011 10010 0 0 1010010 1100100 111101 1011 1100100 10011

Color Harmonies of #631200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631200

Black with #631200

Text Example


Text Example

White with #631200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631200; }

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

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

background-color css

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

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

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

border-color css

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

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

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