Html Css Color HEX #63140D Red Oxide

📋 copy color: '#63140D'

red 99 ◦ green 20 ◦ blue 13

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

Shades of Red Oxide #63140D

Tints of Red Oxide #63140D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.15%

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

R = 75%
G = 15.15%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.61

RGB Variations

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

Color information

#63140D (or 0x63140D) is known color: Red Oxide. HEX triplet: 63, 14 and 0D. RGB value is (99,20,13). Sum of RGB (Red+Green+Blue) = 99+20+13=132 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 99 - color contains mainly: red. Hex color #63140D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63140D is #9CEBF2. Grayscale: #2A2A2A. Windows color (decimal): -10284019 or 857187. OLE color: 857187.

HSL color Cylindrical-coordinate representation of color #63140D: hue angle of 4.88º 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 #63140D is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 20 13 -
CMYK 0 0.80 0.87 0.61
HSL 4.88º 0.77% 0.22% -
HSV(B) 4.88º 0.87% 0.39% -
XYZ 5.47 3.18 0.71 -
YUV 42.82 111.17 168.07 -
System Red Green Blue C M Y K H S L
Decimal 99 20 13 0 0.80 0.87 0.61 4.88 0.77 0.22
Hex 63 14 D 0 50 57 3D 5 4D 16
Octal 143 24 15 0 120 127 75 5 115 26
Binary 1100011 10100 1101 0 1010000 1010111 111101 101 1001101 10110

Color Harmonies of #63140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63140D

Black with #63140D

Text Example


Text Example

White with #63140D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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