Html Css Color HEX #631613 Red Oxide

📋 copy color: '#631613'

red 99 ◦ green 22 ◦ blue 19

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

Shades of Red Oxide #631613

Tints of Red Oxide #631613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.71%

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

R = 70.71%
G = 15.71%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#631613 (or 0x631613) is known color: Red Oxide. HEX triplet: 63, 16 and 13. RGB value is (99,22,19). Sum of RGB (Red+Green+Blue) = 99+22+19=140 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.71% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 99 - color contains mainly: red. Hex color #631613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631613 is #9CE9EC. Grayscale: #2C2C2C. Windows color (decimal): -10283501 or 1250915. OLE color: 1250915.

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

Color convert

RGB 99 22 19 -
CMYK 0 0.78 0.81 0.61
HSL 2.25º 0.68% 0.23% -
HSV(B) 2.25º 0.81% 0.39% -
XYZ 5.55 3.27 0.96 -
YUV 44.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 99 22 19 0 0.78 0.81 0.61 2.25 0.68 0.23
Hex 63 16 13 0 4E 51 3D 2 44 17
Octal 143 26 23 0 116 121 75 2 104 27
Binary 1100011 10110 10011 0 1001110 1010001 111101 10 1000100 10111

Color Harmonies of #631613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631613

Black with #631613

Text Example


Text Example

White with #631613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631613; }

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

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

background-color css

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

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

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

border-color css

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

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

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