Html Css Color HEX #631811 Red Oxide

📋 copy color: '#631811'

red 99 ◦ green 24 ◦ blue 17

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

Shades of Red Oxide #631811

Tints of Red Oxide #631811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.14%

R = 70.71%
G = 17.14%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#631811 (or 0x631811) is known color: Red Oxide. HEX triplet: 63, 18 and 11. RGB value is (99,24,17). Sum of RGB (Red+Green+Blue) = 99+24+17=140 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.71% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 99 - color contains mainly: red. Hex color #631811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631811 is #9CE7EE. Grayscale: #2D2D2D. Windows color (decimal): -10282991 or 1120355. OLE color: 1120355.

HSL color Cylindrical-coordinate representation of color #631811: hue angle of 5.12º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #631811 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 24 17 -
CMYK 0 0.76 0.83 0.61
HSL 5.12º 0.71% 0.23% -
HSV(B) 5.12º 0.83% 0.39% -
XYZ 5.57 3.35 0.88 -
YUV 45.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 99 24 17 0 0.76 0.83 0.61 5.12 0.71 0.23
Hex 63 18 11 0 4C 53 3D 5 47 17
Octal 143 30 21 0 114 123 75 5 107 27
Binary 1100011 11000 10001 0 1001100 1010011 111101 101 1000111 10111

Color Harmonies of #631811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631811

Black with #631811

Text Example


Text Example

White with #631811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631811; }

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

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

background-color css

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

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

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

border-color css

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

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

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