#7C0F33

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

Shades of Claret #7C0F33

Tints of Claret #7C0F33

Color information

#7C0F33 (or 0x7C0F33) is unknown color: approx Claret. HEX triplet: 7C, 0F and 33. RGB value is (124,15,51). Sum of RGB (Red+Green+Blue) = 124+15+51=190 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.26% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0F33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0F33 is #83F0CC. Grayscale: #333333. Windows color (decimal): -8646861 or 3346300. OLE color: 3346300.

HSL color Cylindrical-coordinate representation of color #7C0F33: hue angle of 340.18º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C0F33 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB1241551-
CMYK00.880.590.51
HSL340.18º78.42%27.25%-
HSV(B)340.18º87.9%48.63%-
XYZ9.084.873.59-
YUV51.7127.61179.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 65.26%
GREEN value IS 15 (6.25% from 255) = 7.89%
BLUE value IS 51 (20.31% from 255) = 26.84%
R=65.26%
G=7.89%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124155100.880.590.51340.1878.4227.25
Hex7CF330583B331544e1b
Octal17417630130736352411633
Binary1111100111111001101011000111011110011101010100100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,15,51); }

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

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

 a { background-color: rgb(124,15,51); }

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

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

 span { border-color: rgb(124,15,51); }

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