#671E0F

Color #671E0F Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #671E0F

Tints of Red Oxide #671E0F

Color information

#671E0F (or 0x671E0F) is unknown color: approx Red Oxide. HEX triplet: 67, 1E and 0F. RGB value is (103,30,15). Sum of RGB (Red+Green+Blue) = 103+30+15=148 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.59% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 103 - color contains mainly: red. Hex color #671E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671E0F is #98E1F0. Grayscale: #323232. Windows color (decimal): -10019313 or 990823. OLE color: 990823.

HSL color Cylindrical-coordinate representation of color #671E0F: hue angle of 10.23º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671E0F is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB1033015-
CMYK00.710.850.60
HSL10.23º74.58%23.14%-
HSV(B)10.23º85.44%40.39%-
XYZ6.143.850.87-
YUV50.12108.18165.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 69.59%
GREEN value IS 30 (12.11% from 255) = 20.27%
BLUE value IS 15 (6.25% from 255) = 10.14%
R=69.59%
G=20.27%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103301500.710.850.6010.2374.5823.14
Hex671EF047553Ca4b17
Octal14736170107125741211327
Binary11001111111011110100011110101011111001010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,30,15); }

 H1.HeaderClassName
 {
   color: #671E0F;
 }
 .AnyTagClassName
 {
   color: #671E0F;
 }
</style>
background-color css

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

 a { background-color: rgb(103,30,15); }

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

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

 span { border-color: rgb(103,30,15); }

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