#69210F

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

Shades of Red Oxide #69210F

Tints of Red Oxide #69210F

Color information

#69210F (or 0x69210F) is unknown color: approx Red Oxide. HEX triplet: 69, 21 and 0F. RGB value is (105,33,15). Sum of RGB (Red+Green+Blue) = 105+33+15=153 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.63% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 105 - color contains mainly: red. Hex color #69210F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69210F is #96DEF0. Grayscale: #343434. Windows color (decimal): -9887473 or 991593. OLE color: 991593.

HSL color Cylindrical-coordinate representation of color #69210F: hue angle of 12º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #69210F is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB1053315-
CMYK00.690.860.59
HSL12º75%23.53%-
HSV(B)12º85.71%41.18%-
XYZ6.464.130.91-
YUV52.48106.85165.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 68.63%
GREEN value IS 33 (13.28% from 255) = 21.57%
BLUE value IS 15 (6.25% from 255) = 9.80%
R=68.63%
G=21.57%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105331500.690.860.59127523.53
Hex6921F045563Bc4b18
Octal15141170105126731411330
Binary110100110000111110100010110101101110111100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,33,15); }

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

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

 a { background-color: rgb(105,33,15); }

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

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

 span { border-color: rgb(105,33,15); }

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