Html Css Color HEX #631404 Red Oxide

📋 copy color: '#631404'

red 99 ◦ green 20 ◦ blue 4

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

Shades of Red Oxide #631404

Tints of Red Oxide #631404

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.26%

 BLUE value IS 4 (1.95% from 255) = 3.25%

R = 80.49%
G = 16.26%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#631404 (or 0x631404) is known color: Red Oxide. HEX triplet: 63, 14 and 04. RGB value is (99,20,4). Sum of RGB (Red+Green+Blue) = 99+20+4=123 (16% of max value = 765). Red value is 99 (39.06% from 255 or 80.49% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 99 - color contains mainly: red. Hex color #631404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631404 is #9CEBFB. Grayscale: #292929. Windows color (decimal): -10284028 or 267363. OLE color: 267363.

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

Color convert

RGB 99 20 4 -
CMYK 0 0.80 0.96 0.61
HSL 10.11º 0.92% 0.2% -
HSV(B) 10.11º 0.96% 0.39% -
XYZ 5.42 3.16 0.44 -
YUV 41.8 106.67 168.8 -
System Red Green Blue C M Y K H S L
Decimal 99 20 4 0 0.80 0.96 0.61 10.11 0.92 0.2
Hex 63 14 4 0 50 60 3D A 5C 14
Octal 143 24 4 0 120 140 75 12 134 24
Binary 1100011 10100 100 0 1010000 1100000 111101 1010 1011100 10100

Color Harmonies of #631404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631404

Black with #631404

Text Example


Text Example

White with #631404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631404; }

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

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

background-color css

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

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

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

border-color css

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

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

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