Html Css Color HEX #631815 Red Oxide

📋 copy color: '#631815'

red 99 ◦ green 24 ◦ blue 21

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

Shades of Red Oxide #631815

Tints of Red Oxide #631815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.67%

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

R = 68.75%
G = 16.67%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#631815 (or 0x631815) is known color: Red Oxide. HEX triplet: 63, 18 and 15. RGB value is (99,24,21). Sum of RGB (Red+Green+Blue) = 99+24+21=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #631815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631815 is #9CE7EA. Grayscale: #2E2E2E. Windows color (decimal): -10282987 or 1382499. OLE color: 1382499.

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

Color convert

RGB 99 24 21 -
CMYK 0 0.76 0.79 0.61
HSL 2.31º 0.65% 0.24% -
HSV(B) 2.31º 0.79% 0.39% -
XYZ 5.61 3.36 1.06 -
YUV 46.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 99 24 21 0 0.76 0.79 0.61 2.31 0.65 0.24
Hex 63 18 15 0 4C 4F 3D 2 41 18
Octal 143 30 25 0 114 117 75 2 101 30
Binary 1100011 11000 10101 0 1001100 1001111 111101 10 1000001 11000

Color Harmonies of #631815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631815

Black with #631815

Text Example


Text Example

White with #631815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631815; }

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

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

background-color css

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

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

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

border-color css

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

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

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