Html Css Color HEX #671408 Red Oxide

📋 copy color: '#671408'

red 103 ◦ green 20 ◦ blue 8

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

Shades of Red Oxide #671408

Tints of Red Oxide #671408

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.27%

 BLUE value IS 8 (3.52% from 255) = 6.11%

R = 78.63%
G = 15.27%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#671408 (or 0x671408) is known color: Red Oxide. HEX triplet: 67, 14 and 08. RGB value is (103,20,8). Sum of RGB (Red+Green+Blue) = 103+20+8=131 (17% of max value = 765). Red value is 103 (40.62% from 255 or 78.63% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 103 - color contains mainly: red. Hex color #671408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671408 is #98EBF7. Grayscale: #2B2B2B. Windows color (decimal): -10021880 or 529511. OLE color: 529511.

HSL color Cylindrical-coordinate representation of color #671408: hue angle of 7.58º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #671408 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 20 8 -
CMYK 0 0.81 0.92 0.60
HSL 7.58º 0.86% 0.22% -
HSV(B) 7.58º 0.92% 0.4% -
XYZ 5.89 3.4 0.58 -
YUV 43.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 103 20 8 0 0.81 0.92 0.60 7.58 0.86 0.22
Hex 67 14 8 0 51 5C 3C 8 56 16
Octal 147 24 10 0 121 134 74 10 126 26
Binary 1100111 10100 1000 0 1010001 1011100 111100 1000 1010110 10110

Color Harmonies of #671408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671408

Black with #671408

Text Example


Text Example

White with #671408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671408; }

 p { color: rgb(103,20,8); }

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

background-color css

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

 a { background-color: rgb(103,20,8); }

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

border-color css

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

 span { border-color: rgb(103,20,8); }

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