Html Css Color HEX #631C13 Red Oxide

📋 copy color: '#631C13'

red 99 ◦ green 28 ◦ blue 19

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

Shades of Red Oxide #631C13

Tints of Red Oxide #631C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.01%

R = 67.81%
G = 19.18%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#631C13 (or 0x631C13) is known color: Red Oxide. HEX triplet: 63, 1C and 13. RGB value is (99,28,19). Sum of RGB (Red+Green+Blue) = 99+28+19=146 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.81% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 99 - color contains mainly: red. Hex color #631C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631C13 is #9CE3EC. Grayscale: #303030. Windows color (decimal): -10281965 or 1252451. OLE color: 1252451.

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

Color convert

RGB 99 28 19 -
CMYK 0 0.72 0.81 0.61
HSL 6.75º 0.68% 0.23% -
HSV(B) 6.75º 0.81% 0.39% -
XYZ 5.68 3.53 1 -
YUV 48.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 99 28 19 0 0.72 0.81 0.61 6.75 0.68 0.23
Hex 63 1C 13 0 48 51 3D 7 44 17
Octal 143 34 23 0 110 121 75 7 104 27
Binary 1100011 11100 10011 0 1001000 1010001 111101 111 1000100 10111

Color Harmonies of #631C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631C13

Black with #631C13

Text Example


Text Example

White with #631C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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