Html Css Color HEX #63170D Red Oxide

📋 copy color: '#63170D'

red 99 ◦ green 23 ◦ blue 13

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

Shades of Red Oxide #63170D

Tints of Red Oxide #63170D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.04%

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

R = 73.33%
G = 17.04%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.61

RGB Variations

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

Color information

#63170D (or 0x63170D) is known color: Red Oxide. HEX triplet: 63, 17 and 0D. RGB value is (99,23,13). Sum of RGB (Red+Green+Blue) = 99+23+13=135 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.33% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 99 - color contains mainly: red. Hex color #63170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63170D is #9CE8F2. Grayscale: #2C2C2C. Windows color (decimal): -10283251 or 857955. OLE color: 857955.

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

Color convert

RGB 99 23 13 -
CMYK 0 0.77 0.87 0.61
HSL 6.98º 0.77% 0.22% -
HSV(B) 6.98º 0.87% 0.39% -
XYZ 5.52 3.29 0.73 -
YUV 44.58 110.18 166.81 -
System Red Green Blue C M Y K H S L
Decimal 99 23 13 0 0.77 0.87 0.61 6.98 0.77 0.22
Hex 63 17 D 0 4D 57 3D 7 4D 16
Octal 143 27 15 0 115 127 75 7 115 26
Binary 1100011 10111 1101 0 1001101 1010111 111101 111 1001101 10110

Color Harmonies of #63170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63170D

Black with #63170D

Text Example


Text Example

White with #63170D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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