Html Css Color HEX #63160F Red Oxide

📋 copy color: '#63160F'

red 99 ◦ green 22 ◦ blue 15

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

Shades of Red Oxide #63160F

Tints of Red Oxide #63160F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.03%

R = 72.79%
G = 16.18%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#63160F (or 0x63160F) is known color: Red Oxide. HEX triplet: 63, 16 and 0F. RGB value is (99,22,15). Sum of RGB (Red+Green+Blue) = 99+22+15=136 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.79% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 99 - color contains mainly: red. Hex color #63160F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63160F is #9CE9F0. Grayscale: #2C2C2C. Windows color (decimal): -10283505 or 988771. OLE color: 988771.

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

Color convert

RGB 99 22 15 -
CMYK 0 0.78 0.85 0.61
HSL 0.74% 0.22% -
HSV(B) 0.85% 0.39% -
XYZ 5.52 3.26 0.79 -
YUV 44.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 99 22 15 0 0.78 0.85 0.61 5 0.74 0.22
Hex 63 16 F 0 4E 55 3D 5 4A 16
Octal 143 26 17 0 116 125 75 5 112 26
Binary 1100011 10110 1111 0 1001110 1010101 111101 101 1001010 10110

Color Harmonies of #63160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63160F

Black with #63160F

Text Example


Text Example

White with #63160F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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