Html Css Color HEX #671913 Red Oxide

📋 copy color: '#671913'

red 103 ◦ green 25 ◦ blue 19

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

Shades of Red Oxide #671913

Tints of Red Oxide #671913

RGB

 RED value IS 103 (40.63% from 255) = 70.07%

 GREEN value IS 25 (10.16% from 255) = 17.01%

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

R = 70.07%
G = 17.01%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#671913 (or 0x671913) is known color: Red Oxide. HEX triplet: 67, 19 and 13. RGB value is (103,25,19). Sum of RGB (Red+Green+Blue) = 103+25+19=147 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.07% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 103 - color contains mainly: red. Hex color #671913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671913 is #98E6EC. Grayscale: #2F2F2F. Windows color (decimal): -10020589 or 1251687. OLE color: 1251687.

HSL color Cylindrical-coordinate representation of color #671913: hue angle of 4.29º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #671913 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 25 19 -
CMYK 0 0.76 0.82 0.60
HSL 4.29º 0.69% 0.24% -
HSV(B) 4.29º 0.82% 0.4% -
XYZ 6.06 3.63 1 -
YUV 47.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 103 25 19 0 0.76 0.82 0.60 4.29 0.69 0.24
Hex 67 19 13 0 4C 52 3C 4 45 18
Octal 147 31 23 0 114 122 74 4 105 30
Binary 1100111 11001 10011 0 1001100 1010010 111100 100 1000101 11000

Color Harmonies of #671913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671913

Black with #671913

Text Example


Text Example

White with #671913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671913; }

 p { color: rgb(103,25,19); }

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

background-color css

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

 a { background-color: rgb(103,25,19); }

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

border-color css

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

 span { border-color: rgb(103,25,19); }

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