Html Css Color HEX #671A15 Red Oxide

📋 copy color: '#671A15'

red 103 ◦ green 26 ◦ blue 21

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

Shades of Red Oxide #671A15

Tints of Red Oxide #671A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14%

R = 68.67%
G = 17.33%
B = 14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#671A15 (or 0x671A15) is known color: Red Oxide. HEX triplet: 67, 1A and 15. RGB value is (103,26,21). Sum of RGB (Red+Green+Blue) = 103+26+21=150 (19% of max value = 765). Red value is 103 (40.62% from 255 or 68.67% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 103 - color contains mainly: red. Hex color #671A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671A15 is #98E5EA. Grayscale: #303030. Windows color (decimal): -10020331 or 1383015. OLE color: 1383015.

HSL color Cylindrical-coordinate representation of color #671A15: hue angle of 3.66º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #671A15 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 26 21 -
CMYK 0 0.75 0.80 0.60
HSL 3.66º 0.66% 0.24% -
HSV(B) 3.66º 0.8% 0.4% -
XYZ 6.1 3.68 1.1 -
YUV 48.45 112.51 166.91 -
System Red Green Blue C M Y K H S L
Decimal 103 26 21 0 0.75 0.80 0.60 3.66 0.66 0.24
Hex 67 1A 15 0 4B 50 3C 4 42 18
Octal 147 32 25 0 113 120 74 4 102 30
Binary 1100111 11010 10101 0 1001011 1010000 111100 100 1000010 11000

Color Harmonies of #671A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671A15

Black with #671A15

Text Example


Text Example

White with #671A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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