Html Css Color HEX #771A38 Claret

📋 copy color: '#771A38'

red 119 ◦ green 26 ◦ blue 56

#771A38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #771A38

Tints of Claret #771A38

RGB

 RED value IS 119 (46.88% from 255) = 59.2%

 GREEN value IS 26 (10.55% from 255) = 12.94%

 BLUE value IS 56 (22.27% from 255) = 27.86%

R = 59.2%
G = 12.94%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#771A38 (or 0x771A38) is known color: Claret. HEX triplet: 77, 1A and 38. RGB value is (119,26,56). Sum of RGB (Red+Green+Blue) = 119+26+56=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #771A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771A38 is #88E5C7. Grayscale: #393939. Windows color (decimal): -8971720 or 3676791. OLE color: 3676791.

HSL color Cylindrical-coordinate representation of color #771A38: hue angle of 340.65º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #771A38 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 26 56 -
CMYK 0 0.78 0.53 0.53
HSL 340.65º 0.64% 0.28% -
HSV(B) 340.65º 0.78% 0.47% -
XYZ 8.69 4.95 4.24 -
YUV 57.23 127.31 172.06 -
System Red Green Blue C M Y K H S L
Decimal 119 26 56 0 0.78 0.53 0.53 340.65 0.64 0.28
Hex 77 1A 38 0 4E 35 35 155 40 1C
Octal 167 32 70 0 116 65 65 525 100 34
Binary 1110111 11010 111000 0 1001110 110101 110101 101010101 1000000 11100

Color Harmonies of #771A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771A38

Black with #771A38

Text Example


Text Example

White with #771A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771A38; }

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

 H1.HeaderClassName
 {
   color: #771A38;
 }
 .AnyTagClassName
 {
   color: #771A38;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #771A38;
 }
 .BgClassName
 {
   background-color: #771A38;
 }
</style>

border-color css

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

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

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