#67201F

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

Shades of Red Oxide #67201F

Tints of Red Oxide #67201F

Color information

#67201F (or 0x67201F) is unknown color: approx Red Oxide. HEX triplet: 67, 20 and 1F. RGB value is (103,32,31). Sum of RGB (Red+Green+Blue) = 103+32+31=166 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.05% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 103 - color contains mainly: red. Hex color #67201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67201F is #98DFE0. Grayscale: #353535. Windows color (decimal): -10018785 or 2039911. OLE color: 2039911.

HSL color Cylindrical-coordinate representation of color #67201F: hue angle of 0.83º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #67201F is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB1033231-
CMYK00.690.700.60
HSL0.83º53.73%26.27%-
HSV(B)0.83º69.9%40.39%-
XYZ6.364.021.74-
YUV53.11115.52163.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 62.05%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 31 (12.5% from 255) = 18.67%
R=62.05%
G=19.28%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103323100.690.700.600.8353.7326.27
Hex67201F045463C1361a
Octal147403701051067416632
Binary110011110000011111010001011000110111100111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67201F; }

 p { color: rgb(103,32,31); }

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

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

 a { background-color: rgb(103,32,31); }

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

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

 span { border-color: rgb(103,32,31); }

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