#7B132E

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

Shades of Claret #7B132E

Tints of Claret #7B132E

Color information

#7B132E (or 0x7B132E) is unknown color: approx Claret. HEX triplet: 7B, 13 and 2E. RGB value is (123,19,46). Sum of RGB (Red+Green+Blue) = 123+19+46=188 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.43% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 123 - color contains mainly: red. Hex color #7B132E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B132E is #84ECD1. Grayscale: #353535. Windows color (decimal): -8711378 or 3019643. OLE color: 3019643.

HSL color Cylindrical-coordinate representation of color #7B132E: hue angle of 344.42º degrees, saturation: 0.73, 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 #7B132E is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB1231946-
CMYK00.850.630.52
HSL344.42º73.24%27.84%-
HSV(B)344.42º84.55%48.24%-
XYZ8.894.873.06-
YUV53.17123.96177.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 65.43%
GREEN value IS 19 (7.81% from 255) = 10.11%
BLUE value IS 46 (18.36% from 255) = 24.47%
R=65.43%
G=10.11%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123194600.850.630.52344.4273.2427.84
Hex7B132E0553F34158491c
Octal17323560125776453011134
Binary11110111001110111001010101111111110100101011000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,19,46); }

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

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

 a { background-color: rgb(123,19,46); }

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

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

 span { border-color: rgb(123,19,46); }

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