Html Css Color HEX #631510 Red Oxide

📋 copy color: '#631510'

red 99 ◦ green 21 ◦ blue 16

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

Shades of Red Oxide #631510

Tints of Red Oxide #631510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.76%

R = 72.79%
G = 15.44%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#631510 (or 0x631510) is known color: Red Oxide. HEX triplet: 63, 15 and 10. RGB value is (99,21,16). Sum of RGB (Red+Green+Blue) = 99+21+16=136 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.79% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 99 - color contains mainly: red. Hex color #631510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631510 is #9CEAEF. Grayscale: #2B2B2B. Windows color (decimal): -10283760 or 1054051. OLE color: 1054051.

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

Color convert

RGB 99 21 16 -
CMYK 0 0.79 0.84 0.61
HSL 3.61º 0.72% 0.23% -
HSV(B) 3.61º 0.84% 0.39% -
XYZ 5.51 3.23 0.82 -
YUV 43.75 112.34 167.41 -
System Red Green Blue C M Y K H S L
Decimal 99 21 16 0 0.79 0.84 0.61 3.61 0.72 0.23
Hex 63 15 10 0 4F 54 3D 4 48 17
Octal 143 25 20 0 117 124 75 4 110 27
Binary 1100011 10101 10000 0 1001111 1010100 111101 100 1001000 10111

Color Harmonies of #631510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631510

Black with #631510

Text Example


Text Example

White with #631510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631510; }

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

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

background-color css

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

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

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

border-color css

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

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

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