Html Css Color HEX #631410 Red Oxide

📋 copy color: '#631410'

red 99 ◦ green 20 ◦ blue 16

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

Shades of Red Oxide #631410

Tints of Red Oxide #631410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.81%

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

R = 73.33%
G = 14.81%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#631410 (or 0x631410) is known color: Red Oxide. HEX triplet: 63, 14 and 10. RGB value is (99,20,16). Sum of RGB (Red+Green+Blue) = 99+20+16=135 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.33% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 99 - color contains mainly: red. Hex color #631410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631410 is #9CEBEF. Grayscale: #2B2B2B. Windows color (decimal): -10284016 or 1053795. OLE color: 1053795.

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

Color convert

RGB 99 20 16 -
CMYK 0 0.80 0.84 0.61
HSL 2.89º 0.72% 0.23% -
HSV(B) 2.89º 0.84% 0.39% -
XYZ 5.49 3.19 0.82 -
YUV 43.17 112.67 167.83 -
System Red Green Blue C M Y K H S L
Decimal 99 20 16 0 0.80 0.84 0.61 2.89 0.72 0.23
Hex 63 14 10 0 50 54 3D 3 48 17
Octal 143 24 20 0 120 124 75 3 110 27
Binary 1100011 10100 10000 0 1010000 1010100 111101 11 1001000 10111

Color Harmonies of #631410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631410

Black with #631410

Text Example


Text Example

White with #631410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631410; }

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

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

background-color css

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

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

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

border-color css

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

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

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