Html Css Color HEX #671208 Red Oxide

📋 copy color: '#671208'

red 103 ◦ green 18 ◦ blue 8

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

Shades of Red Oxide #671208

Tints of Red Oxide #671208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.95%

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

R = 79.84%
G = 13.95%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#671208 (or 0x671208) is known color: Red Oxide. HEX triplet: 67, 12 and 08. RGB value is (103,18,8). Sum of RGB (Red+Green+Blue) = 103+18+8=129 (17% of max value = 765). Red value is 103 (40.62% from 255 or 79.84% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 103 - color contains mainly: red. Hex color #671208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671208 is #98EDF7. Grayscale: #2A2A2A. Windows color (decimal): -10022392 or 528999. OLE color: 528999.

HSL color Cylindrical-coordinate representation of color #671208: hue angle of 6.32º 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 #671208 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 18 8 -
CMYK 0 0.83 0.92 0.60
HSL 6.32º 0.86% 0.22% -
HSV(B) 6.32º 0.92% 0.4% -
XYZ 5.85 3.33 0.56 -
YUV 42.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 103 18 8 0 0.83 0.92 0.60 6.32 0.86 0.22
Hex 67 12 8 0 53 5C 3C 6 56 16
Octal 147 22 10 0 123 134 74 6 126 26
Binary 1100111 10010 1000 0 1010011 1011100 111100 110 1010110 10110

Color Harmonies of #671208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671208

Black with #671208

Text Example


Text Example

White with #671208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671208; }

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

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

background-color css

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

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

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

border-color css

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

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

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