Html Css Color HEX #631109 Red Oxide

📋 copy color: '#631109'

red 99 ◦ green 17 ◦ blue 9

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

Shades of Red Oxide #631109

Tints of Red Oxide #631109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.2%

R = 79.2%
G = 13.6%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#631109 (or 0x631109) is known color: Red Oxide. HEX triplet: 63, 11 and 09. RGB value is (99,17,9). Sum of RGB (Red+Green+Blue) = 99+17+9=125 (16% of max value = 765). Red value is 99 (39.06% from 255 or 79.2% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 99 - color contains mainly: red. Hex color #631109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631109 is #9CEEF6. Grayscale: #282828. Windows color (decimal): -10284791 or 594275. OLE color: 594275.

HSL color Cylindrical-coordinate representation of color #631109: hue angle of 5.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #631109 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 17 9 -
CMYK 0 0.83 0.91 0.61
HSL 5.33º 0.83% 0.21% -
HSV(B) 5.33º 0.91% 0.39% -
XYZ 5.4 3.07 0.57 -
YUV 40.61 110.17 169.65 -
System Red Green Blue C M Y K H S L
Decimal 99 17 9 0 0.83 0.91 0.61 5.33 0.83 0.21
Hex 63 11 9 0 53 5B 3D 5 53 15
Octal 143 21 11 0 123 133 75 5 123 25
Binary 1100011 10001 1001 0 1010011 1011011 111101 101 1010011 10101

Color Harmonies of #631109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631109

Black with #631109

Text Example


Text Example

White with #631109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631109; }

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

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

background-color css

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

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

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

border-color css

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

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

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