Html Css Color HEX #63110A Red Oxide

📋 copy color: '#63110A'

red 99 ◦ green 17 ◦ blue 10

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

Shades of Red Oxide #63110A

Tints of Red Oxide #63110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.49%

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

R = 78.57%
G = 13.49%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#63110A (or 0x63110A) is known color: Red Oxide. HEX triplet: 63, 11 and 0A. RGB value is (99,17,10). Sum of RGB (Red+Green+Blue) = 99+17+10=126 (16% of max value = 765). Red value is 99 (39.06% from 255 or 78.57% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 99 - color contains mainly: red. Hex color #63110A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63110A is #9CEEF5. Grayscale: #282828. Windows color (decimal): -10284790 or 659811. OLE color: 659811.

HSL color Cylindrical-coordinate representation of color #63110A: hue angle of 4.72º 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 #63110A is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 17 10 -
CMYK 0 0.83 0.90 0.61
HSL 4.72º 0.82% 0.21% -
HSV(B) 4.72º 0.9% 0.39% -
XYZ 5.4 3.08 0.6 -
YUV 40.72 110.67 169.57 -
System Red Green Blue C M Y K H S L
Decimal 99 17 10 0 0.83 0.90 0.61 4.72 0.82 0.21
Hex 63 11 A 0 53 5A 3D 5 52 15
Octal 143 21 12 0 123 132 75 5 122 25
Binary 1100011 10001 1010 0 1010011 1011010 111101 101 1010010 10101

Color Harmonies of #63110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63110A

Black with #63110A

Text Example


Text Example

White with #63110A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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