#69201D

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

Shades of Red Oxide #69201D

Tints of Red Oxide #69201D

Color information

#69201D (or 0x69201D) is unknown color: approx Red Oxide. HEX triplet: 69, 20 and 1D. RGB value is (105,32,29). Sum of RGB (Red+Green+Blue) = 105+32+29=166 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.25% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 105 - color contains mainly: red. Hex color #69201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69201D is #96DFE2. Grayscale: #353535. Windows color (decimal): -9887715 or 1908841. OLE color: 1908841.

HSL color Cylindrical-coordinate representation of color #69201D: hue angle of 2.37º 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 #69201D is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB1053229-
CMYK00.700.720.59
HSL2.37º56.72%26.27%-
HSV(B)2.37º72.38%41.18%-
XYZ6.564.121.61-
YUV53.48114.18164.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 63.25%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 29 (11.72% from 255) = 17.47%
R=63.25%
G=19.28%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105322900.700.720.592.3756.7226.27
Hex69201D046483B2391a
Octal151403501061107327132
Binary1101001100000111010100011010010001110111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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