Html Css Color HEX #631D10 Red Oxide

📋 copy color: '#631D10'

red 99 ◦ green 29 ◦ blue 16

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

Shades of Red Oxide #631D10

Tints of Red Oxide #631D10

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.14%

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

R = 68.75%
G = 20.14%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#631D10 (or 0x631D10) is known color: Red Oxide. HEX triplet: 63, 1D and 10. RGB value is (99,29,16). Sum of RGB (Red+Green+Blue) = 99+29+16=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #631D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631D10 is #9CE2EF. Grayscale: #303030. Windows color (decimal): -10281712 or 1056099. OLE color: 1056099.

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

Color convert

RGB 99 29 16 -
CMYK 0 0.71 0.84 0.61
HSL 9.4º 0.72% 0.23% -
HSV(B) 9.4º 0.84% 0.39% -
XYZ 5.68 3.57 0.88 -
YUV 48.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 99 29 16 0 0.71 0.84 0.61 9.4 0.72 0.23
Hex 63 1D 10 0 47 54 3D 9 48 17
Octal 143 35 20 0 107 124 75 11 110 27
Binary 1100011 11101 10000 0 1000111 1010100 111101 1001 1001000 10111

Color Harmonies of #631D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631D10

Black with #631D10

Text Example


Text Example

White with #631D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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