Html Css Color HEX #671310 Red Oxide

📋 copy color: '#671310'

red 103 ◦ green 19 ◦ blue 16

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

Shades of Red Oxide #671310

Tints of Red Oxide #671310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.77%

 BLUE value IS 16 (6.64% from 255) = 11.59%

R = 74.64%
G = 13.77%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#671310 (or 0x671310) is known color: Red Oxide. HEX triplet: 67, 13 and 10. RGB value is (103,19,16). Sum of RGB (Red+Green+Blue) = 103+19+16=138 (18% of max value = 765). Red value is 103 (40.62% from 255 or 74.64% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 103 - color contains mainly: red. Hex color #671310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671310 is #98ECEF. Grayscale: #2B2B2B. Windows color (decimal): -10022128 or 1053543. OLE color: 1053543.

HSL color Cylindrical-coordinate representation of color #671310: hue angle of 2.07º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #671310 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 19 16 -
CMYK 0 0.82 0.84 0.60
HSL 2.07º 0.73% 0.23% -
HSV(B) 2.07º 0.84% 0.4% -
XYZ 5.92 3.39 0.83 -
YUV 43.77 112.33 170.24 -
System Red Green Blue C M Y K H S L
Decimal 103 19 16 0 0.82 0.84 0.60 2.07 0.73 0.23
Hex 67 13 10 0 52 54 3C 2 49 17
Octal 147 23 20 0 122 124 74 2 111 27
Binary 1100111 10011 10000 0 1010010 1010100 111100 10 1001001 10111

Color Harmonies of #671310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671310

Black with #671310

Text Example


Text Example

White with #671310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671310; }

 p { color: rgb(103,19,16); }

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

background-color css

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

 a { background-color: rgb(103,19,16); }

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

border-color css

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

 span { border-color: rgb(103,19,16); }

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