#67211A

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

Shades of Red Oxide #67211A

Tints of Red Oxide #67211A

Color information

#67211A (or 0x67211A) is unknown color: approx Red Oxide. HEX triplet: 67, 21 and 1A. RGB value is (103,33,26). Sum of RGB (Red+Green+Blue) = 103+33+26=162 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.58% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 103 - color contains mainly: red. Hex color #67211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67211A is #98DEE5. Grayscale: #353535. Windows color (decimal): -10018534 or 1712487. OLE color: 1712487.

HSL color Cylindrical-coordinate representation of color #67211A: hue angle of 5.45º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #67211A is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB1033326-
CMYK00.680.750.60
HSL5.45º59.69%25.29%-
HSV(B)5.45º74.76%40.39%-
XYZ6.324.051.42-
YUV53.13112.69163.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 63.58%
GREEN value IS 33 (13.28% from 255) = 20.37%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=63.58%
G=20.37%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103332600.680.750.605.4559.6925.29
Hex67211A0444B3C53c19
Octal147413201041137457431
Binary11001111000011101001000100100101111110010111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67211A; }

 p { color: rgb(103,33,26); }

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

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

 a { background-color: rgb(103,33,26); }

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

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

 span { border-color: rgb(103,33,26); }

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