Html Css Color HEX #631512 Red Oxide

📋 copy color: '#631512'

red 99 ◦ green 21 ◦ blue 18

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

Shades of Red Oxide #631512

Tints of Red Oxide #631512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.22%

 BLUE value IS 18 (7.42% from 255) = 13.04%

R = 71.74%
G = 15.22%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#631512 (or 0x631512) is known color: Red Oxide. HEX triplet: 63, 15 and 12. RGB value is (99,21,18). Sum of RGB (Red+Green+Blue) = 99+21+18=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #631512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631512 is #9CEAED. Grayscale: #2C2C2C. Windows color (decimal): -10283758 or 1185123. OLE color: 1185123.

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

Color convert

RGB 99 21 18 -
CMYK 0 0.79 0.82 0.61
HSL 2.22º 0.69% 0.23% -
HSV(B) 2.22º 0.82% 0.39% -
XYZ 5.52 3.23 0.91 -
YUV 43.98 113.34 167.24 -
System Red Green Blue C M Y K H S L
Decimal 99 21 18 0 0.79 0.82 0.61 2.22 0.69 0.23
Hex 63 15 12 0 4F 52 3D 2 45 17
Octal 143 25 22 0 117 122 75 2 105 27
Binary 1100011 10101 10010 0 1001111 1010010 111101 10 1000101 10111

Color Harmonies of #631512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631512

Black with #631512

Text Example


Text Example

White with #631512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631512; }

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

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

background-color css

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

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

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

border-color css

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

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

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