Html Css Color HEX #631615 Red Oxide

📋 copy color: '#631615'

red 99 ◦ green 22 ◦ blue 21

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

Shades of Red Oxide #631615

Tints of Red Oxide #631615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.79%

R = 69.72%
G = 15.49%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#631615 (or 0x631615) is known color: Red Oxide. HEX triplet: 63, 16 and 15. RGB value is (99,22,21). Sum of RGB (Red+Green+Blue) = 99+22+21=142 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.72% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 99 - color contains mainly: red. Hex color #631615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631615 is #9CE9EA. Grayscale: #2C2C2C. Windows color (decimal): -10283499 or 1381987. OLE color: 1381987.

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

Color convert

RGB 99 22 21 -
CMYK 0 0.78 0.79 0.61
HSL 0.77º 0.65% 0.24% -
HSV(B) 0.77º 0.79% 0.39% -
XYZ 5.57 3.28 1.05 -
YUV 44.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 99 22 21 0 0.78 0.79 0.61 0.77 0.65 0.24
Hex 63 16 15 0 4E 4F 3D 1 41 18
Octal 143 26 25 0 116 117 75 1 101 30
Binary 1100011 10110 10101 0 1001110 1001111 111101 1 1000001 11000

Color Harmonies of #631615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631615

Black with #631615

Text Example


Text Example

White with #631615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631615; }

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

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

background-color css

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

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

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

border-color css

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

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

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