#69152D

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

Shades of Claret #69152D

Tints of Claret #69152D

Color information

#69152D (or 0x69152D) is unknown color: approx Claret. HEX triplet: 69, 15 and 2D. RGB value is (105,21,45). Sum of RGB (Red+Green+Blue) = 105+21+45=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #69152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69152D is #96EAD2. Grayscale: #303030. Windows color (decimal): -9890515 or 2954601. OLE color: 2954601.

HSL color Cylindrical-coordinate representation of color #69152D: hue angle of 342.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #69152D is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB1052145-
CMYK00.800.570.59
HSL342.86º66.67%24.71%-
HSV(B)342.86º80%41.18%-
XYZ6.573.732.86-
YUV48.85125.83168.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.40%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 45 (17.97% from 255) = 26.32%
R=61.40%
G=12.28%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105214500.800.570.59342.8666.6724.71
Hex69152D050393B1574319
Octal15125550120717352710331
Binary11010011010110110101010000111001111011101010111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,21,45); }

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

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

 a { background-color: rgb(105,21,45); }

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

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

 span { border-color: rgb(105,21,45); }

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