Html Css Color HEX #671C19 Red Oxide

📋 copy color: '#671C19'

red 103 ◦ green 28 ◦ blue 25

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

Shades of Red Oxide #671C19

Tints of Red Oxide #671C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.95%

 BLUE value IS 25 (10.16% from 255) = 16.03%

R = 66.03%
G = 17.95%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#671C19 (or 0x671C19) is known color: Red Oxide. HEX triplet: 67, 1C and 19. RGB value is (103,28,25). Sum of RGB (Red+Green+Blue) = 103+28+25=156 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.03% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 103 - color contains mainly: red. Hex color #671C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671C19 is #98E3E6. Grayscale: #323232. Windows color (decimal): -10019815 or 1645671. OLE color: 1645671.

HSL color Cylindrical-coordinate representation of color #671C19: hue angle of 2.31º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #671C19 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 28 25 -
CMYK 0 0.73 0.76 0.60
HSL 2.31º 0.61% 0.25% -
HSV(B) 2.31º 0.76% 0.4% -
XYZ 6.18 3.78 1.32 -
YUV 50.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 103 28 25 0 0.73 0.76 0.60 2.31 0.61 0.25
Hex 67 1C 19 0 49 4C 3C 2 3D 19
Octal 147 34 31 0 111 114 74 2 75 31
Binary 1100111 11100 11001 0 1001001 1001100 111100 10 111101 11001

Color Harmonies of #671C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671C19

Black with #671C19

Text Example


Text Example

White with #671C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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