Html Css Color HEX #631816 Red Oxide

📋 copy color: '#631816'

red 99 ◦ green 24 ◦ blue 22

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

Shades of Red Oxide #631816

Tints of Red Oxide #631816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.55%

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

R = 68.28%
G = 16.55%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#631816 (or 0x631816) is known color: Red Oxide. HEX triplet: 63, 18 and 16. RGB value is (99,24,22). Sum of RGB (Red+Green+Blue) = 99+24+22=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #631816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631816 is #9CE7E9. Grayscale: #2E2E2E. Windows color (decimal): -10282986 or 1448035. OLE color: 1448035.

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

Color convert

RGB 99 24 22 -
CMYK 0 0.76 0.78 0.61
HSL 1.56º 0.64% 0.24% -
HSV(B) 1.56º 0.78% 0.39% -
XYZ 5.62 3.36 1.11 -
YUV 46.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 99 24 22 0 0.76 0.78 0.61 1.56 0.64 0.24
Hex 63 18 16 0 4C 4E 3D 2 40 18
Octal 143 30 26 0 114 116 75 2 100 30
Binary 1100011 11000 10110 0 1001100 1001110 111101 10 1000000 11000

Color Harmonies of #631816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631816

Black with #631816

Text Example


Text Example

White with #631816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631816; }

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

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

background-color css

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

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

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

border-color css

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

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

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