#7B1A33

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

Shades of Claret #7B1A33

Tints of Claret #7B1A33

Color information

#7B1A33 (or 0x7B1A33) is unknown color: approx Claret. HEX triplet: 7B, 1A and 33. RGB value is (123,26,51). Sum of RGB (Red+Green+Blue) = 123+26+51=200 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.5% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1A33 is #84E5CC. Grayscale: #393939. Windows color (decimal): -8709581 or 3349115. OLE color: 3349115.

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

Color convert

RGB1232651-
CMYK00.790.590.52
HSL344.54º65.1%29.22%-
HSV(B)344.54º78.86%48.24%-
XYZ9.145.193.65-
YUV57.85124.14174.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 61.5%
GREEN value IS 26 (10.55% from 255) = 13%
BLUE value IS 51 (20.31% from 255) = 25.5%
R=61.5%
G=13%
B=25.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123265100.790.590.52344.5465.129.22
Hex7B1A3304F3B34159411d
Octal17332630117736453110135
Binary11110111101011001101001111111011110100101011001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,26,51); }

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

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

 a { background-color: rgb(123,26,51); }

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

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

 span { border-color: rgb(123,26,51); }

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