#7F1A3A

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

Shades of Claret #7F1A3A

Tints of Claret #7F1A3A

Color information

#7F1A3A (or 0x7F1A3A) is unknown color: approx Claret. HEX triplet: 7F, 1A and 3A. RGB value is (127,26,58). Sum of RGB (Red+Green+Blue) = 127+26+58=211 (27% of max value = 765). Red value is 127 (50% from 255 or 60.19% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1A3A is #80E5C5. Grayscale: #3B3B3B. Windows color (decimal): -8447430 or 3807871. OLE color: 3807871.

HSL color Cylindrical-coordinate representation of color #7F1A3A: hue angle of 340.99º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F1A3A is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB1272658-
CMYK00.800.540.50
HSL340.99º66.01%30%-
HSV(B)340.99º79.53%49.8%-
XYZ9.895.564.55-
YUV59.85126.96175.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 60.19%
GREEN value IS 26 (10.55% from 255) = 12.32%
BLUE value IS 58 (23.05% from 255) = 27.49%
R=60.19%
G=12.32%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127265800.800.540.50340.9966.0130
Hex7F1A3A0503632155421e
Octal17732720120666252510236
Binary11111111101011101001010000110110110010101010101100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,26,58); }

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

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

 a { background-color: rgb(127,26,58); }

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

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

 span { border-color: rgb(127,26,58); }

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