Html Css Color HEX #63170A Red Oxide

📋 copy color: '#63170A'

red 99 ◦ green 23 ◦ blue 10

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

Shades of Red Oxide #63170A

Tints of Red Oxide #63170A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.58%

R = 75%
G = 17.42%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#63170A (or 0x63170A) is known color: Red Oxide. HEX triplet: 63, 17 and 0A. RGB value is (99,23,10). Sum of RGB (Red+Green+Blue) = 99+23+10=132 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 99 - color contains mainly: red. Hex color #63170A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63170A is #9CE8F5. Grayscale: #2C2C2C. Windows color (decimal): -10283254 or 661347. OLE color: 661347.

HSL color Cylindrical-coordinate representation of color #63170A: hue angle of 8.76º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63170A is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 23 10 -
CMYK 0 0.77 0.90 0.61
HSL 8.76º 0.82% 0.21% -
HSV(B) 8.76º 0.9% 0.39% -
XYZ 5.51 3.29 0.63 -
YUV 44.24 108.68 167.06 -
System Red Green Blue C M Y K H S L
Decimal 99 23 10 0 0.77 0.90 0.61 8.76 0.82 0.21
Hex 63 17 A 0 4D 5A 3D 9 52 15
Octal 143 27 12 0 115 132 75 11 122 25
Binary 1100011 10111 1010 0 1001101 1011010 111101 1001 1010010 10101

Color Harmonies of #63170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63170A

Black with #63170A

Text Example


Text Example

White with #63170A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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