Html Css Color HEX #671615 Red Oxide

📋 copy color: '#671615'

red 103 ◦ green 22 ◦ blue 21

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

Shades of Red Oxide #671615

Tints of Red Oxide #671615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.07%

 BLUE value IS 21 (8.59% from 255) = 14.38%

R = 70.55%
G = 15.07%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#671615 (or 0x671615) is known color: Red Oxide. HEX triplet: 67, 16 and 15. RGB value is (103,22,21). Sum of RGB (Red+Green+Blue) = 103+22+21=146 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.55% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 103 - color contains mainly: red. Hex color #671615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671615 is #98E9EA. Grayscale: #2E2E2E. Windows color (decimal): -10021355 or 1381991. OLE color: 1381991.

HSL color Cylindrical-coordinate representation of color #671615: hue angle of 0.73º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #671615 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 22 21 -
CMYK 0 0.79 0.80 0.60
HSL 0.73º 0.66% 0.24% -
HSV(B) 0.73º 0.8% 0.4% -
XYZ 6.02 3.51 1.07 -
YUV 46.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 103 22 21 0 0.79 0.80 0.60 0.73 0.66 0.24
Hex 67 16 15 0 4F 50 3C 1 42 18
Octal 147 26 25 0 117 120 74 1 102 30
Binary 1100111 10110 10101 0 1001111 1010000 111100 1 1000010 11000

Color Harmonies of #671615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671615

Black with #671615

Text Example


Text Example

White with #671615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671615; }

 p { color: rgb(103,22,21); }

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

background-color css

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

 a { background-color: rgb(103,22,21); }

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

border-color css

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

 span { border-color: rgb(103,22,21); }

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