Html Css Color HEX #631804 Red Oxide

📋 copy color: '#631804'

red 99 ◦ green 24 ◦ blue 4

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

Shades of Red Oxide #631804

Tints of Red Oxide #631804

RGB

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

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

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

R = 77.95%
G = 18.9%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#631804 (or 0x631804) is known color: Red Oxide. HEX triplet: 63, 18 and 04. RGB value is (99,24,4). Sum of RGB (Red+Green+Blue) = 99+24+4=127 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.95% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 99 - color contains mainly: red. Hex color #631804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631804 is #9CE7FB. Grayscale: #2C2C2C. Windows color (decimal): -10283004 or 268387. OLE color: 268387.

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

Color convert

RGB 99 24 4 -
CMYK 0 0.76 0.96 0.61
HSL 12.63º 0.92% 0.2% -
HSV(B) 12.63º 0.96% 0.39% -
XYZ 5.49 3.31 0.47 -
YUV 44.15 105.35 167.13 -
System Red Green Blue C M Y K H S L
Decimal 99 24 4 0 0.76 0.96 0.61 12.63 0.92 0.2
Hex 63 18 4 0 4C 60 3D D 5C 14
Octal 143 30 4 0 114 140 75 15 134 24
Binary 1100011 11000 100 0 1001100 1100000 111101 1101 1011100 10100

Color Harmonies of #631804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631804

Black with #631804

Text Example


Text Example

White with #631804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631804; }

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

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

background-color css

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

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

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

border-color css

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

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

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