Html Css Color HEX #63160D Red Oxide

📋 copy color: '#63160D'

red 99 ◦ green 22 ◦ blue 13

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

Shades of Red Oxide #63160D

Tints of Red Oxide #63160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.42%

 BLUE value IS 13 (5.47% from 255) = 9.7%

R = 73.88%
G = 16.42%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.61

RGB Variations

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

Color information

#63160D (or 0x63160D) is known color: Red Oxide. HEX triplet: 63, 16 and 0D. RGB value is (99,22,13). Sum of RGB (Red+Green+Blue) = 99+22+13=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #63160D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63160D is #9CE9F2. Grayscale: #2C2C2C. Windows color (decimal): -10283507 or 857699. OLE color: 857699.

HSL color Cylindrical-coordinate representation of color #63160D: hue angle of 6.28º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63160D is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 22 13 -
CMYK 0 0.78 0.87 0.61
HSL 6.28º 0.77% 0.22% -
HSV(B) 6.28º 0.87% 0.39% -
XYZ 5.51 3.26 0.72 -
YUV 44 110.51 167.23 -
System Red Green Blue C M Y K H S L
Decimal 99 22 13 0 0.78 0.87 0.61 6.28 0.77 0.22
Hex 63 16 D 0 4E 57 3D 6 4D 16
Octal 143 26 15 0 116 127 75 6 115 26
Binary 1100011 10110 1101 0 1001110 1010111 111101 110 1001101 10110

Color Harmonies of #63160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63160D

Black with #63160D

Text Example


Text Example

White with #63160D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63160D; }

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

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

background-color css

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

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

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

border-color css

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

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

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