Html Css Color HEX #671D0B Red Oxide

📋 copy color: '#671D0B'

red 103 ◦ green 29 ◦ blue 11

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

Shades of Red Oxide #671D0B

Tints of Red Oxide #671D0B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.28%

 BLUE value IS 11 (4.69% from 255) = 7.69%

R = 72.03%
G = 20.28%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.60

RGB Variations

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

Color information

#671D0B (or 0x671D0B) is known color: Red Oxide. HEX triplet: 67, 1D and 0B. RGB value is (103,29,11). Sum of RGB (Red+Green+Blue) = 103+29+11=143 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.03% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 103 - color contains mainly: red. Hex color #671D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671D0B is #98E2F4. Grayscale: #313131. Windows color (decimal): -10019573 or 728423. OLE color: 728423.

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

Color convert

RGB 103 29 11 -
CMYK 0 0.72 0.89 0.60
HSL 11.74º 0.81% 0.22% -
HSV(B) 11.74º 0.89% 0.4% -
XYZ 6.09 3.79 0.73 -
YUV 49.07 106.52 166.46 -
System Red Green Blue C M Y K H S L
Decimal 103 29 11 0 0.72 0.89 0.60 11.74 0.81 0.22
Hex 67 1D B 0 48 59 3C C 51 16
Octal 147 35 13 0 110 131 74 14 121 26
Binary 1100111 11101 1011 0 1001000 1011001 111100 1100 1010001 10110

Color Harmonies of #671D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671D0B

Black with #671D0B

Text Example


Text Example

White with #671D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,29,11); }

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

background-color css

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

 a { background-color: rgb(103,29,11); }

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

border-color css

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

 span { border-color: rgb(103,29,11); }

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