#7B1931

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

Shades of Claret #7B1931

Tints of Claret #7B1931

Color information

#7B1931 (or 0x7B1931) is unknown color: approx Claret. HEX triplet: 7B, 19 and 31. RGB value is (123,25,49). Sum of RGB (Red+Green+Blue) = 123+25+49=197 (26% of max value = 765). Red value is 123 (48.44% from 255 or 62.44% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1931 is #84E6CE. Grayscale: #393939. Windows color (decimal): -8709839 or 3217787. OLE color: 3217787.

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

Color convert

RGB1232549-
CMYK00.800.600.52
HSL345.31º66.22%29.02%-
HSV(B)345.31º79.67%48.24%-
XYZ9.075.133.42-
YUV57.04123.47175.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 62.44%
GREEN value IS 25 (10.16% from 255) = 12.69%
BLUE value IS 49 (19.53% from 255) = 24.87%
R=62.44%
G=12.69%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.60
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123254900.800.600.52345.3166.2229.02
Hex7B19310503C34159421d
Octal17331610120746453110235
Binary11110111100111000101010000111100110100101011001100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,25,49); }

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

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

 a { background-color: rgb(123,25,49); }

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

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

 span { border-color: rgb(123,25,49); }

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