Html Css Color HEX #631313 Red Oxide

📋 copy color: '#631313'

red 99 ◦ green 19 ◦ blue 19

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

Shades of Red Oxide #631313

Tints of Red Oxide #631313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.87%

R = 72.26%
G = 13.87%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#631313 (or 0x631313) is known color: Red Oxide. HEX triplet: 63, 13 and 13. RGB value is (99,19,19). Sum of RGB (Red+Green+Blue) = 99+19+19=137 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.26% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 99 - color contains mainly: red. Hex color #631313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631313 is #9CECEC. Grayscale: #2B2B2B. Windows color (decimal): -10284269 or 1250147. OLE color: 1250147.

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

Color convert

RGB 99 19 19 -
CMYK 0 0.81 0.81 0.61
HSL 0.68% 0.23% -
HSV(B) 0.81% 0.39% -
XYZ 5.5 3.17 0.94 -
YUV 42.92 114.5 168 -
System Red Green Blue C M Y K H S L
Decimal 99 19 19 0 0.81 0.81 0.61 0 0.68 0.23
Hex 63 13 13 0 51 51 3D 0 44 17
Octal 143 23 23 0 121 121 75 0 104 27
Binary 1100011 10011 10011 0 1010001 1010001 111101 0 1000100 10111

Color Harmonies of #631313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631313

Black with #631313

Text Example


Text Example

White with #631313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631313; }

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

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

background-color css

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

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

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

border-color css

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

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

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