Html Css Color HEX #671513 Red Oxide

📋 copy color: '#671513'

red 103 ◦ green 21 ◦ blue 19

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

Shades of Red Oxide #671513

Tints of Red Oxide #671513

RGB

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

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

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

R = 72.03%
G = 14.69%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#671513 (or 0x671513) is known color: Red Oxide. HEX triplet: 67, 15 and 13. RGB value is (103,21,19). Sum of RGB (Red+Green+Blue) = 103+21+19=143 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.03% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 103 - color contains mainly: red. Hex color #671513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671513 is #98EAEC. Grayscale: #2D2D2D. Windows color (decimal): -10021613 or 1250663. OLE color: 1250663.

HSL color Cylindrical-coordinate representation of color #671513: hue angle of 1.43º 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 #671513 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 21 19 -
CMYK 0 0.80 0.82 0.60
HSL 1.43º 0.69% 0.24% -
HSV(B) 1.43º 0.82% 0.4% -
XYZ 5.98 3.47 0.97 -
YUV 45.29 113.17 169.16 -
System Red Green Blue C M Y K H S L
Decimal 103 21 19 0 0.80 0.82 0.60 1.43 0.69 0.24
Hex 67 15 13 0 50 52 3C 1 45 18
Octal 147 25 23 0 120 122 74 1 105 30
Binary 1100111 10101 10011 0 1010000 1010010 111100 1 1000101 11000

Color Harmonies of #671513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671513

Black with #671513

Text Example


Text Example

White with #671513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671513; }

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

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

background-color css

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

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

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

border-color css

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

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

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