Html Css Color HEX #631311 Red Oxide

📋 copy color: '#631311'

red 99 ◦ green 19 ◦ blue 17

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

Shades of Red Oxide #631311

Tints of Red Oxide #631311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.07%

 BLUE value IS 17 (7.03% from 255) = 12.59%

R = 73.33%
G = 14.07%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#631311 (or 0x631311) is known color: Red Oxide. HEX triplet: 63, 13 and 11. RGB value is (99,19,17). Sum of RGB (Red+Green+Blue) = 99+19+17=135 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.33% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 99 - color contains mainly: red. Hex color #631311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631311 is #9CECEE. Grayscale: #2A2A2A. Windows color (decimal): -10284271 or 1119075. OLE color: 1119075.

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

Color convert

RGB 99 19 17 -
CMYK 0 0.81 0.83 0.61
HSL 1.46º 0.71% 0.23% -
HSV(B) 1.46º 0.83% 0.39% -
XYZ 5.48 3.16 0.85 -
YUV 42.69 113.5 168.16 -
System Red Green Blue C M Y K H S L
Decimal 99 19 17 0 0.81 0.83 0.61 1.46 0.71 0.23
Hex 63 13 11 0 51 53 3D 1 47 17
Octal 143 23 21 0 121 123 75 1 107 27
Binary 1100011 10011 10001 0 1010001 1010011 111101 1 1000111 10111

Color Harmonies of #631311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631311

Black with #631311

Text Example


Text Example

White with #631311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631311; }

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

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

background-color css

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

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

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

border-color css

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

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

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