#671905

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

Shades of Red Oxide #671905

Tints of Red Oxide #671905

Color information

#671905 (or 0x671905) is unknown color: approx Red Oxide. HEX triplet: 67, 19 and 05. RGB value is (103,25,5). Sum of RGB (Red+Green+Blue) = 103+25+5=133 (17% of max value = 765). Red value is 103 (40.62% from 255 or 77.44% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 103 - color contains mainly: red. Hex color #671905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671905 is #98E6FA. Grayscale: #2E2E2E. Windows color (decimal): -10020603 or 334183. OLE color: 334183.

HSL color Cylindrical-coordinate representation of color #671905: hue angle of 12.24º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #671905 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB103255-
CMYK00.760.950.60
HSL12.24º90.74%21.18%-
HSV(B)12.24º95.15%40.39%-
XYZ5.973.590.52-
YUV46.04104.84168.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 77.44%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 5 (2.34% from 255) = 3.76%
R=77.44%
G=18.80%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10325500.760.950.6012.2490.7421.18
Hex6719504C5F3Cc5b15
Octal1473150114137741413325
Binary1100111110011010100110010111111111001100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671905; }

 p { color: rgb(103,25,5); }

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

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

 a { background-color: rgb(103,25,5); }

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

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

 span { border-color: rgb(103,25,5); }

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