#7F1233

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

Shades of Claret #7F1233

Tints of Claret #7F1233

Color information

#7F1233 (or 0x7F1233) is unknown color: approx Claret. HEX triplet: 7F, 12 and 33. RGB value is (127,18,51). Sum of RGB (Red+Green+Blue) = 127+18+51=196 (25% of max value = 765). Red value is 127 (50% from 255 or 64.80% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1233 is #80EDCC. Grayscale: #363636. Windows color (decimal): -8449485 or 3347071. OLE color: 3347071.

HSL color Cylindrical-coordinate representation of color #7F1233: hue angle of 341.83º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F1233 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB1271851-
CMYK00.860.600.50
HSL341.83º75.17%28.43%-
HSV(B)341.83º85.83%49.8%-
XYZ9.575.183.63-
YUV54.35126.11179.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 64.80%
GREEN value IS 18 (7.42% from 255) = 9.18%
BLUE value IS 51 (20.31% from 255) = 26.02%
R=64.80%
G=9.18%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127185100.860.600.50341.8375.1728.43
Hex7F12330563C321564b1c
Octal17722630126746252611334
Binary11111111001011001101010110111100110010101010110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,18,51); }

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

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

 a { background-color: rgb(127,18,51); }

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

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

 span { border-color: rgb(127,18,51); }

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