Html Css Color HEX #631E13 Red Oxide

📋 copy color: '#631E13'

red 99 ◦ green 30 ◦ blue 19

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

Shades of Red Oxide #631E13

Tints of Red Oxide #631E13

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.27%

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

R = 66.89%
G = 20.27%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#631E13 (or 0x631E13) is known color: Red Oxide. HEX triplet: 63, 1E and 13. RGB value is (99,30,19). Sum of RGB (Red+Green+Blue) = 99+30+19=148 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.89% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 99 - color contains mainly: red. Hex color #631E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631E13 is #9CE1EC. Grayscale: #313131. Windows color (decimal): -10281453 or 1252963. OLE color: 1252963.

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

Color convert

RGB 99 30 19 -
CMYK 0 0.70 0.81 0.61
HSL 8.25º 0.68% 0.23% -
HSV(B) 8.25º 0.81% 0.39% -
XYZ 5.73 3.63 1.01 -
YUV 49.38 110.86 163.39 -
System Red Green Blue C M Y K H S L
Decimal 99 30 19 0 0.70 0.81 0.61 8.25 0.68 0.23
Hex 63 1E 13 0 46 51 3D 8 44 17
Octal 143 36 23 0 106 121 75 10 104 27
Binary 1100011 11110 10011 0 1000110 1010001 111101 1000 1000100 10111

Color Harmonies of #631E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631E13

Black with #631E13

Text Example


Text Example

White with #631E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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