#69221D

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

Shades of Red Oxide #69221D

Tints of Red Oxide #69221D

Color information

#69221D (or 0x69221D) is unknown color: approx Red Oxide. HEX triplet: 69, 22 and 1D. RGB value is (105,34,29). Sum of RGB (Red+Green+Blue) = 105+34+29=168 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.5% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 105 - color contains mainly: red. Hex color #69221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69221D is #96DDE2. Grayscale: #363636. Windows color (decimal): -9887203 or 1909353. OLE color: 1909353.

HSL color Cylindrical-coordinate representation of color #69221D: hue angle of 3.95º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #69221D is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB1053429-
CMYK00.680.720.59
HSL3.95º56.72%26.27%-
HSV(B)3.95º72.38%41.18%-
XYZ6.624.241.63-
YUV54.66113.52163.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 62.5%
GREEN value IS 34 (13.67% from 255) = 20.24%
BLUE value IS 29 (11.72% from 255) = 17.26%
R=62.5%
G=20.24%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105342900.680.720.593.9556.7226.27
Hex69221D044483B4391a
Octal151423501041107347132
Binary11010011000101110101000100100100011101110011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69221D; }

 p { color: rgb(105,34,29); }

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

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

 a { background-color: rgb(105,34,29); }

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

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

 span { border-color: rgb(105,34,29); }

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