Html Css Color HEX #631D16 Red Oxide

📋 copy color: '#631D16'

red 99 ◦ green 29 ◦ blue 22

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

Shades of Red Oxide #631D16

Tints of Red Oxide #631D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.67%

R = 66%
G = 19.33%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#631D16 (or 0x631D16) is known color: Red Oxide. HEX triplet: 63, 1D and 16. RGB value is (99,29,22). Sum of RGB (Red+Green+Blue) = 99+29+22=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #631D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631D16 is #9CE2E9. Grayscale: #313131. Windows color (decimal): -10281706 or 1449315. OLE color: 1449315.

HSL color Cylindrical-coordinate representation of color #631D16: hue angle of 5.45º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #631D16 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 29 22 -
CMYK 0 0.71 0.78 0.61
HSL 5.45º 0.64% 0.24% -
HSV(B) 5.45º 0.78% 0.39% -
XYZ 5.73 3.59 1.15 -
YUV 49.13 112.69 163.57 -
System Red Green Blue C M Y K H S L
Decimal 99 29 22 0 0.71 0.78 0.61 5.45 0.64 0.24
Hex 63 1D 16 0 47 4E 3D 5 40 18
Octal 143 35 26 0 107 116 75 5 100 30
Binary 1100011 11101 10110 0 1000111 1001110 111101 101 1000000 11000

Color Harmonies of #631D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631D16

Black with #631D16

Text Example


Text Example

White with #631D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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