#7B1E3D

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

Shades of Claret #7B1E3D

Tints of Claret #7B1E3D

Color information

#7B1E3D (or 0x7B1E3D) is unknown color: approx Claret. HEX triplet: 7B, 1E and 3D. RGB value is (123,30,61). Sum of RGB (Red+Green+Blue) = 123+30+61=214 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.48% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1E3D is #84E1C2. Grayscale: #3D3D3D. Windows color (decimal): -8708547 or 4005499. OLE color: 4005499.

HSL color Cylindrical-coordinate representation of color #7B1E3D: hue angle of 340º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B1E3D is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB1233061-
CMYK00.760.500.52
HSL340º60.78%30%-
HSV(B)340º75.61%48.24%-
XYZ9.475.484.97-
YUV61.34127.81171.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 57.48%
GREEN value IS 30 (12.11% from 255) = 14.02%
BLUE value IS 61 (24.22% from 255) = 28.50%
R=57.48%
G=14.02%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123306100.760.500.5234060.7830
Hex7B1E3D04C32341543d1e
Octal1733675011462645247536
Binary1111011111101111010100110011001011010010101010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,30,61); }

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

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

 a { background-color: rgb(123,30,61); }

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

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

 span { border-color: rgb(123,30,61); }

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