Html Css Color HEX #631210 Red Oxide

📋 copy color: '#631210'

red 99 ◦ green 18 ◦ blue 16

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

Shades of Red Oxide #631210

Tints of Red Oxide #631210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.03%

R = 74.44%
G = 13.53%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#631210 (or 0x631210) is known color: Red Oxide. HEX triplet: 63, 12 and 10. RGB value is (99,18,16). Sum of RGB (Red+Green+Blue) = 99+18+16=133 (17% of max value = 765). Red value is 99 (39.06% from 255 or 74.44% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 99 - color contains mainly: red. Hex color #631210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631210 is #9CEDEF. Grayscale: #2A2A2A. Windows color (decimal): -10284528 or 1053283. OLE color: 1053283.

HSL color Cylindrical-coordinate representation of color #631210: hue angle of 1.45º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631210 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 18 16 -
CMYK 0 0.82 0.84 0.61
HSL 1.45º 0.72% 0.23% -
HSV(B) 1.45º 0.84% 0.39% -
XYZ 5.46 3.12 0.81 -
YUV 41.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 99 18 16 0 0.82 0.84 0.61 1.45 0.72 0.23
Hex 63 12 10 0 52 54 3D 1 48 17
Octal 143 22 20 0 122 124 75 1 110 27
Binary 1100011 10010 10000 0 1010010 1010100 111101 1 1001000 10111

Color Harmonies of #631210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631210

Black with #631210

Text Example


Text Example

White with #631210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631210; }

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

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

background-color css

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

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

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

border-color css

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

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

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