Html Css Color HEX #671A13 Red Oxide

📋 copy color: '#671A13'

red 103 ◦ green 26 ◦ blue 19

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

Shades of Red Oxide #671A13

Tints of Red Oxide #671A13

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.57%

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

R = 69.59%
G = 17.57%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#671A13 (or 0x671A13) is known color: Red Oxide. HEX triplet: 67, 1A and 13. RGB value is (103,26,19). Sum of RGB (Red+Green+Blue) = 103+26+19=148 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.59% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 103 - color contains mainly: red. Hex color #671A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671A13 is #98E5EC. Grayscale: #303030. Windows color (decimal): -10020333 or 1251943. OLE color: 1251943.

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

Color convert

RGB 103 26 19 -
CMYK 0 0.75 0.82 0.60
HSL 0.69% 0.24% -
HSV(B) 0.82% 0.4% -
XYZ 6.08 3.67 1 -
YUV 48.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 103 26 19 0 0.75 0.82 0.60 5 0.69 0.24
Hex 67 1A 13 0 4B 52 3C 5 45 18
Octal 147 32 23 0 113 122 74 5 105 30
Binary 1100111 11010 10011 0 1001011 1010010 111100 101 1000101 11000

Color Harmonies of #671A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671A13

Black with #671A13

Text Example


Text Example

White with #671A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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