#691630

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

Shades of Claret #691630

Tints of Claret #691630

Color information

#691630 (or 0x691630) is unknown color: approx Claret. HEX triplet: 69, 16 and 30. RGB value is (105,22,48). Sum of RGB (Red+Green+Blue) = 105+22+48=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #691630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691630 is #96E9CF. Grayscale: #313131. Windows color (decimal): -9890256 or 3151465. OLE color: 3151465.

HSL color Cylindrical-coordinate representation of color #691630: hue angle of 341.2º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #691630 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB1052248-
CMYK00.790.540.59
HSL341.2º65.35%24.9%-
HSV(B)341.2º79.05%41.18%-
XYZ6.653.793.18-
YUV49.78127167.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 60%
GREEN value IS 22 (8.98% from 255) = 12.57%
BLUE value IS 48 (19.14% from 255) = 27.43%
R=60%
G=12.57%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105224800.790.540.59341.265.3524.9
Hex69163004F363B1554119
Octal15126600117667352510131
Binary11010011011011000001001111110110111011101010101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691630; }

 p { color: rgb(105,22,48); }

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

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

 a { background-color: rgb(105,22,48); }

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

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

 span { border-color: rgb(105,22,48); }

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