#7B1B35

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

Shades of Claret #7B1B35

Tints of Claret #7B1B35

Color information

#7B1B35 (or 0x7B1B35) is unknown color: approx Claret. HEX triplet: 7B, 1B and 35. RGB value is (123,27,53). Sum of RGB (Red+Green+Blue) = 123+27+53=203 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.59% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1B35 is #84E4CA. Grayscale: #3A3A3A. Windows color (decimal): -8709323 or 3480443. OLE color: 3480443.

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

Color convert

RGB1232753-
CMYK00.780.570.52
HSL343.75º64%29.41%-
HSV(B)343.75º78.05%48.24%-
XYZ9.25.253.9-
YUV58.67124.8173.89-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 60.59%
GREEN value IS 27 (10.94% from 255) = 13.30%
BLUE value IS 53 (21.09% from 255) = 26.11%
R=60.59%
G=13.30%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123275300.780.570.52343.756429.41
Hex7B1B3504E3934158401d
Octal17333650116716453010035
Binary11110111101111010101001110111001110100101011000100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,27,53); }

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

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

 a { background-color: rgb(123,27,53); }

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

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

 span { border-color: rgb(123,27,53); }

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