#7B1238

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

Shades of Claret #7B1238

Tints of Claret #7B1238

Color information

#7B1238 (or 0x7B1238) is unknown color: approx Claret. HEX triplet: 7B, 12 and 38. RGB value is (123,18,56). Sum of RGB (Red+Green+Blue) = 123+18+56=197 (26% of max value = 765). Red value is 123 (48.44% from 255 or 62.44% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1238 is #84EDC7. Grayscale: #353535. Windows color (decimal): -8711624 or 3674747. OLE color: 3674747.

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

Color convert

RGB1231856-
CMYK00.850.540.52
HSL338.29º74.47%27.65%-
HSV(B)338.29º85.37%48.24%-
XYZ9.14.934.21-
YUV53.73129.29177.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 62.44%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 56 (22.27% from 255) = 28.43%
R=62.44%
G=9.14%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123185600.850.540.52338.2974.4727.65
Hex7B123805536341524a1c
Octal17322700125666452211234
Binary11110111001011100001010101110110110100101010010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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