Html Css Color HEX #631616 Red Oxide

📋 copy color: '#631616'

red 99 ◦ green 22 ◦ blue 22

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

Shades of Red Oxide #631616

Tints of Red Oxide #631616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.38%

R = 69.23%
G = 15.38%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#631616 (or 0x631616) is known color: Red Oxide. HEX triplet: 63, 16 and 16. RGB value is (99,22,22). Sum of RGB (Red+Green+Blue) = 99+22+22=143 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.23% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 99 - color contains mainly: red. Hex color #631616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631616 is #9CE9E9. Grayscale: #2D2D2D. Windows color (decimal): -10283498 or 1447523. OLE color: 1447523.

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

Color convert

RGB 99 22 22 -
CMYK 0 0.78 0.78 0.61
HSL 0.64% 0.24% -
HSV(B) 0.78% 0.39% -
XYZ 5.58 3.28 1.1 -
YUV 45.02 115.01 166.5 -
System Red Green Blue C M Y K H S L
Decimal 99 22 22 0 0.78 0.78 0.61 0 0.64 0.24
Hex 63 16 16 0 4E 4E 3D 0 40 18
Octal 143 26 26 0 116 116 75 0 100 30
Binary 1100011 10110 10110 0 1001110 1001110 111101 0 1000000 11000

Color Harmonies of #631616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631616

Black with #631616

Text Example


Text Example

White with #631616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631616; }

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

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

background-color css

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

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

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

border-color css

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

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

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