#771238

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

Shades of Claret #771238

Tints of Claret #771238

Color information

#771238 (or 0x771238) is unknown color: approx Claret. HEX triplet: 77, 12 and 38. RGB value is (119,18,56). Sum of RGB (Red+Green+Blue) = 119+18+56=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #771238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771238 is #88EDC7. Grayscale: #343434. Windows color (decimal): -8973768 or 3674743. OLE color: 3674743.

HSL color Cylindrical-coordinate representation of color #771238: hue angle of 337.43º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771238 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB1191856-
CMYK00.850.530.53
HSL337.43º73.72%26.86%-
HSV(B)337.43º84.87%46.67%-
XYZ8.544.644.19-
YUV52.53129.96175.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.66%
GREEN value IS 18 (7.42% from 255) = 9.33%
BLUE value IS 56 (22.27% from 255) = 29.02%
R=61.66%
G=9.33%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119185600.850.530.53337.4373.7226.86
Hex77123805535351514a1b
Octal16722700125656552111233
Binary11101111001011100001010101110101110101101010001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771238; }

 p { color: rgb(119,18,56); }

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

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

 a { background-color: rgb(119,18,56); }

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

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

 span { border-color: rgb(119,18,56); }

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