#69182E

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

Shades of Claret #69182E

Tints of Claret #69182E

Color information

#69182E (or 0x69182E) is unknown color: approx Claret. HEX triplet: 69, 18 and 2E. RGB value is (105,24,46). Sum of RGB (Red+Green+Blue) = 105+24+46=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #69182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69182E is #96E7D1. Grayscale: #323232. Windows color (decimal): -9889746 or 3020905. OLE color: 3020905.

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

Color convert

RGB1052446-
CMYK00.770.560.59
HSL343.7º62.79%25.29%-
HSV(B)343.7º77.14%41.18%-
XYZ6.653.852.98-
YUV50.73125.34166.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 60%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 46 (18.36% from 255) = 26.29%
R=60%
G=13.71%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105244600.770.560.59343.762.7925.29
Hex69182E04D383B1583f19
Octal1513056011570735307731
Binary1101001110001011100100110111100011101110101100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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