#7A183B

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

Shades of Claret #7A183B

Tints of Claret #7A183B

Color information

#7A183B (or 0x7A183B) is unknown color: approx Claret. HEX triplet: 7A, 18 and 3B. RGB value is (122,24,59). Sum of RGB (Red+Green+Blue) = 122+24+59=205 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.51% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 122 - color contains mainly: red. Hex color #7A183B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A183B is #85E7C4. Grayscale: #393939. Windows color (decimal): -8775621 or 3872890. OLE color: 3872890.

HSL color Cylindrical-coordinate representation of color #7A183B: hue angle of 338.57º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A183B is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB1222459-
CMYK00.800.520.52
HSL338.57º67.12%28.63%-
HSV(B)338.57º80.33%47.84%-
XYZ9.145.114.64-
YUV57.29128.97174.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 59.51%
GREEN value IS 24 (9.77% from 255) = 11.71%
BLUE value IS 59 (23.44% from 255) = 28.78%
R=59.51%
G=11.71%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122245900.800.520.52338.5767.1228.63
Hex7A183B0503434153431d
Octal17230730120646452310335
Binary11110101100011101101010000110100110100101010011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A183B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A183B; }

 p { color: rgb(122,24,59); }

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

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

 a { background-color: rgb(122,24,59); }

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

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

 span { border-color: rgb(122,24,59); }

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