Html Css Color HEX #631C10 Red Oxide

📋 copy color: '#631C10'

red 99 ◦ green 28 ◦ blue 16

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

Shades of Red Oxide #631C10

Tints of Red Oxide #631C10

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.58%

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

R = 69.23%
G = 19.58%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#631C10 (or 0x631C10) is known color: Red Oxide. HEX triplet: 63, 1C and 10. RGB value is (99,28,16). Sum of RGB (Red+Green+Blue) = 99+28+16=143 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.23% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 99 - color contains mainly: red. Hex color #631C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631C10 is #9CE3EF. Grayscale: #2F2F2F. Windows color (decimal): -10281968 or 1055843. OLE color: 1055843.

HSL color Cylindrical-coordinate representation of color #631C10: hue angle of 8.67º 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 #631C10 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 28 16 -
CMYK 0 0.72 0.84 0.61
HSL 8.67º 0.72% 0.23% -
HSV(B) 8.67º 0.84% 0.39% -
XYZ 5.65 3.52 0.87 -
YUV 47.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 99 28 16 0 0.72 0.84 0.61 8.67 0.72 0.23
Hex 63 1C 10 0 48 54 3D 9 48 17
Octal 143 34 20 0 110 124 75 11 110 27
Binary 1100011 11100 10000 0 1001000 1010100 111101 1001 1001000 10111

Color Harmonies of #631C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631C10

Black with #631C10

Text Example


Text Example

White with #631C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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