#7B183A

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

Shades of Claret #7B183A

Tints of Claret #7B183A

Color information

#7B183A (or 0x7B183A) is unknown color: approx Claret. HEX triplet: 7B, 18 and 3A. RGB value is (123,24,58). Sum of RGB (Red+Green+Blue) = 123+24+58=205 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 123 - color contains mainly: red. Hex color #7B183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B183A is #84E7C5. Grayscale: #393939. Windows color (decimal): -8710086 or 3807355. OLE color: 3807355.

HSL color Cylindrical-coordinate representation of color #7B183A: hue angle of 339.39º 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 #7B183A is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB1232458-
CMYK00.800.530.52
HSL339.39º67.35%28.82%-
HSV(B)339.39º80.49%48.24%-
XYZ9.265.174.51-
YUV57.48128.3174.74-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 60%
GREEN value IS 24 (9.77% from 255) = 11.71%
BLUE value IS 58 (23.05% from 255) = 28.29%
R=60%
G=11.71%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123245800.800.530.52339.3967.3528.82
Hex7B183A0503534153431d
Octal17330720120656452310335
Binary11110111100011101001010000110101110100101010011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,24,58); }

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

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

 a { background-color: rgb(123,24,58); }

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

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

 span { border-color: rgb(123,24,58); }

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