Html Css Color HEX #671D1B Red Oxide

📋 copy color: '#671D1B'

red 103 ◦ green 29 ◦ blue 27

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

Shades of Red Oxide #671D1B

Tints of Red Oxide #671D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.98%

R = 64.78%
G = 18.24%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#671D1B (or 0x671D1B) is known color: Red Oxide. HEX triplet: 67, 1D and 1B. RGB value is (103,29,27). Sum of RGB (Red+Green+Blue) = 103+29+27=159 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.78% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 103 - color contains mainly: red. Hex color #671D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671D1B is #98E2E4. Grayscale: #323232. Windows color (decimal): -10019557 or 1776999. OLE color: 1776999.

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

Color convert

RGB 103 29 27 -
CMYK 0 0.72 0.74 0.60
HSL 1.58º 0.58% 0.25% -
HSV(B) 1.58º 0.74% 0.4% -
XYZ 6.23 3.84 1.45 -
YUV 50.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 103 29 27 0 0.72 0.74 0.60 1.58 0.58 0.25
Hex 67 1D 1B 0 48 4A 3C 2 3A 19
Octal 147 35 33 0 110 112 74 2 72 31
Binary 1100111 11101 11011 0 1001000 1001010 111100 10 111010 11001

Color Harmonies of #671D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671D1B

Black with #671D1B

Text Example


Text Example

White with #671D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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