#692030

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

Shades of Claret #692030

Tints of Claret #692030

Color information

#692030 (or 0x692030) is unknown color: approx Claret. HEX triplet: 69, 20 and 30. RGB value is (105,32,48). Sum of RGB (Red+Green+Blue) = 105+32+48=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #692030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692030 is #96DFCF. Grayscale: #373737. Windows color (decimal): -9887696 or 3154025. OLE color: 3154025.

HSL color Cylindrical-coordinate representation of color #692030: hue angle of 346.85º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #692030 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB1053248-
CMYK00.700.540.59
HSL346.85º53.28%26.86%-
HSV(B)346.85º69.52%41.18%-
XYZ6.884.253.25-
YUV55.65123.68163.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.76%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 48 (19.14% from 255) = 25.95%
R=56.76%
G=17.30%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105324800.700.540.59346.8553.2826.86
Hex692030046363B15b351b
Octal1514060010666735336533
Binary11010011000001100000100011011011011101110101101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692030; }

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

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

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

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

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

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

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

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