#69212E

Color #69212E Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #69212E

Tints of Claret #69212E

Color information

#69212E (or 0x69212E) is unknown color: approx Claret. HEX triplet: 69, 21 and 2E. RGB value is (105,33,46). Sum of RGB (Red+Green+Blue) = 105+33+46=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #69212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69212E is #96DED1. Grayscale: #383838. Windows color (decimal): -9887442 or 3023209. OLE color: 3023209.

HSL color Cylindrical-coordinate representation of color #69212E: hue angle of 349.17º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69212E is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB1053346-
CMYK00.690.560.59
HSL349.17º52.17%27.06%-
HSV(B)349.17º68.57%41.18%-
XYZ6.864.293.05-
YUV56.01122.35162.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.07%
GREEN value IS 33 (13.28% from 255) = 17.93%
BLUE value IS 46 (18.36% from 255) = 25%
R=57.07%
G=17.93%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105334600.690.560.59349.1752.1727.06
Hex69212E045383B15d341b
Octal1514156010570735356433
Binary11010011000011011100100010111100011101110101110111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69212E; }

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

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

<style>
 a { background-color: #69212E; }

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

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

<style>
 span { border-color: #69212E; }

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

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