Html Css Color HEX #631713 Red Oxide

📋 copy color: '#631713'

red 99 ◦ green 23 ◦ blue 19

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

Shades of Red Oxide #631713

Tints of Red Oxide #631713

RGB

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

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

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

R = 70.21%
G = 16.31%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#631713 (or 0x631713) is known color: Red Oxide. HEX triplet: 63, 17 and 13. RGB value is (99,23,19). Sum of RGB (Red+Green+Blue) = 99+23+19=141 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.21% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 99 - color contains mainly: red. Hex color #631713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631713 is #9CE8EC. Grayscale: #2D2D2D. Windows color (decimal): -10283245 or 1251171. OLE color: 1251171.

HSL color Cylindrical-coordinate representation of color #631713: hue angle of 3º 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 #631713 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 23 19 -
CMYK 0 0.77 0.81 0.61
HSL 0.68% 0.23% -
HSV(B) 0.81% 0.39% -
XYZ 5.57 3.31 0.96 -
YUV 45.27 113.18 166.33 -
System Red Green Blue C M Y K H S L
Decimal 99 23 19 0 0.77 0.81 0.61 3 0.68 0.23
Hex 63 17 13 0 4D 51 3D 3 44 17
Octal 143 27 23 0 115 121 75 3 104 27
Binary 1100011 10111 10011 0 1001101 1010001 111101 11 1000100 10111

Color Harmonies of #631713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631713

Black with #631713

Text Example


Text Example

White with #631713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631713; }

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

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

background-color css

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

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

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

border-color css

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

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

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