Html Css Color HEX #631914 Red Oxide

📋 copy color: '#631914'

red 99 ◦ green 25 ◦ blue 20

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

Shades of Red Oxide #631914

Tints of Red Oxide #631914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.36%

 BLUE value IS 20 (8.2% from 255) = 13.89%

R = 68.75%
G = 17.36%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#631914 (or 0x631914) is known color: Red Oxide. HEX triplet: 63, 19 and 14. RGB value is (99,25,20). Sum of RGB (Red+Green+Blue) = 99+25+20=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #631914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631914 is #9CE6EB. Grayscale: #2E2E2E. Windows color (decimal): -10282732 or 1317219. OLE color: 1317219.

HSL color Cylindrical-coordinate representation of color #631914: hue angle of 3.8º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #631914 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 25 20 -
CMYK 0 0.75 0.80 0.61
HSL 3.8º 0.66% 0.23% -
HSV(B) 3.8º 0.8% 0.39% -
XYZ 5.62 3.4 1.02 -
YUV 46.56 113.02 165.41 -
System Red Green Blue C M Y K H S L
Decimal 99 25 20 0 0.75 0.80 0.61 3.8 0.66 0.23
Hex 63 19 14 0 4B 50 3D 4 42 17
Octal 143 31 24 0 113 120 75 4 102 27
Binary 1100011 11001 10100 0 1001011 1010000 111101 100 1000010 10111

Color Harmonies of #631914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631914

Black with #631914

Text Example


Text Example

White with #631914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631914; }

 p { color: rgb(99,25,20); }

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

background-color css

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

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

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

border-color css

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

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

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