Html Css Color HEX #631204 Red Oxide

📋 copy color: '#631204'

red 99 ◦ green 18 ◦ blue 4

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

Shades of Red Oxide #631204

Tints of Red Oxide #631204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.88%

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

R = 81.82%
G = 14.88%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#631204 (or 0x631204) is known color: Red Oxide. HEX triplet: 63, 12 and 04. RGB value is (99,18,4). Sum of RGB (Red+Green+Blue) = 99+18+4=121 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.82% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 99 - color contains mainly: red. Hex color #631204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631204 is #9CEDFB. Grayscale: #282828. Windows color (decimal): -10284540 or 266851. OLE color: 266851.

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

Color convert

RGB 99 18 4 -
CMYK 0 0.82 0.96 0.61
HSL 8.84º 0.92% 0.2% -
HSV(B) 8.84º 0.96% 0.39% -
XYZ 5.38 3.09 0.43 -
YUV 40.62 107.34 169.64 -
System Red Green Blue C M Y K H S L
Decimal 99 18 4 0 0.82 0.96 0.61 8.84 0.92 0.2
Hex 63 12 4 0 52 60 3D 9 5C 14
Octal 143 22 4 0 122 140 75 11 134 24
Binary 1100011 10010 100 0 1010010 1100000 111101 1001 1011100 10100

Color Harmonies of #631204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631204

Black with #631204

Text Example


Text Example

White with #631204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631204; }

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

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

background-color css

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

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

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

border-color css

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

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

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