#7B1138

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

Shades of Claret #7B1138

Tints of Claret #7B1138

Color information

#7B1138 (or 0x7B1138) is unknown color: approx Claret. HEX triplet: 7B, 11 and 38. RGB value is (123,17,56). Sum of RGB (Red+Green+Blue) = 123+17+56=196 (25% of max value = 765). Red value is 123 (48.44% from 255 or 62.76% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1138 is #84EEC7. Grayscale: #353535. Windows color (decimal): -8711880 or 3674491. OLE color: 3674491.

HSL color Cylindrical-coordinate representation of color #7B1138: hue angle of 337.92º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B1138 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.52.

Color convert

RGB1231756-
CMYK00.860.540.52
HSL337.92º75.71%27.45%-
HSV(B)337.92º86.18%48.24%-
XYZ9.084.94.21-
YUV53.14129.62177.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 62.76%
GREEN value IS 17 (7.03% from 255) = 8.67%
BLUE value IS 56 (22.27% from 255) = 28.57%
R=62.76%
G=8.67%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123175600.860.540.52337.9275.7127.45
Hex7B113805636341524c1b
Octal17321700126666452211433
Binary11110111000111100001010110110110110100101010010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,17,56); }

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

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

 a { background-color: rgb(123,17,56); }

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

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

 span { border-color: rgb(123,17,56); }

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