Html Css Color HEX #631408 Red Oxide

📋 copy color: '#631408'

red 99 ◦ green 20 ◦ blue 8

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

Shades of Red Oxide #631408

Tints of Red Oxide #631408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.3%

R = 77.95%
G = 15.75%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#631408 (or 0x631408) is known color: Red Oxide. HEX triplet: 63, 14 and 08. RGB value is (99,20,8). Sum of RGB (Red+Green+Blue) = 99+20+8=127 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.95% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 99 - color contains mainly: red. Hex color #631408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631408 is #9CEBF7. Grayscale: #2A2A2A. Windows color (decimal): -10284024 or 529507. OLE color: 529507.

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

Color convert

RGB 99 20 8 -
CMYK 0 0.80 0.92 0.61
HSL 7.91º 0.85% 0.21% -
HSV(B) 7.91º 0.92% 0.39% -
XYZ 5.44 3.17 0.55 -
YUV 42.25 108.67 168.48 -
System Red Green Blue C M Y K H S L
Decimal 99 20 8 0 0.80 0.92 0.61 7.91 0.85 0.21
Hex 63 14 8 0 50 5C 3D 8 55 15
Octal 143 24 10 0 120 134 75 10 125 25
Binary 1100011 10100 1000 0 1010000 1011100 111101 1000 1010101 10101

Color Harmonies of #631408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631408

Black with #631408

Text Example


Text Example

White with #631408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631408; }

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

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

background-color css

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

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

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

border-color css

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

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

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