Html Css Color HEX #671F13 Red Oxide

📋 copy color: '#671F13'

red 103 ◦ green 31 ◦ blue 19

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

Shades of Red Oxide #671F13

Tints of Red Oxide #671F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.26%

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

R = 67.32%
G = 20.26%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#671F13 (or 0x671F13) is known color: Red Oxide. HEX triplet: 67, 1F and 13. RGB value is (103,31,19). Sum of RGB (Red+Green+Blue) = 103+31+19=153 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.32% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 103 - color contains mainly: red. Hex color #671F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671F13 is #98E0EC. Grayscale: #333333. Windows color (decimal): -10019053 or 1253223. OLE color: 1253223.

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

Color convert

RGB 103 31 19 -
CMYK 0 0.70 0.82 0.60
HSL 8.57º 0.69% 0.24% -
HSV(B) 8.57º 0.82% 0.4% -
XYZ 6.2 3.91 1.04 -
YUV 51.16 109.85 164.98 -
System Red Green Blue C M Y K H S L
Decimal 103 31 19 0 0.70 0.82 0.60 8.57 0.69 0.24
Hex 67 1F 13 0 46 52 3C 9 45 18
Octal 147 37 23 0 106 122 74 11 105 30
Binary 1100111 11111 10011 0 1000110 1010010 111100 1001 1000101 11000

Color Harmonies of #671F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671F13

Black with #671F13

Text Example


Text Example

White with #671F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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