Html Css Color HEX #671E13 Red Oxide

📋 copy color: '#671E13'

red 103 ◦ green 30 ◦ blue 19

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

Shades of Red Oxide #671E13

Tints of Red Oxide #671E13

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.74%

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

R = 67.76%
G = 19.74%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#671E13 (or 0x671E13) is known color: Red Oxide. HEX triplet: 67, 1E and 13. RGB value is (103,30,19). Sum of RGB (Red+Green+Blue) = 103+30+19=152 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.76% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 103 - color contains mainly: red. Hex color #671E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671E13 is #98E1EC. Grayscale: #323232. Windows color (decimal): -10019309 or 1252967. OLE color: 1252967.

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

Color convert

RGB 103 30 19 -
CMYK 0 0.71 0.82 0.60
HSL 7.86º 0.69% 0.24% -
HSV(B) 7.86º 0.82% 0.4% -
XYZ 6.18 3.86 1.04 -
YUV 50.57 110.18 165.39 -
System Red Green Blue C M Y K H S L
Decimal 103 30 19 0 0.71 0.82 0.60 7.86 0.69 0.24
Hex 67 1E 13 0 47 52 3C 8 45 18
Octal 147 36 23 0 107 122 74 10 105 30
Binary 1100111 11110 10011 0 1000111 1010010 111100 1000 1000101 11000

Color Harmonies of #671E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671E13

Black with #671E13

Text Example


Text Example

White with #671E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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