Html Css Color HEX #771538 Claret

📋 copy color: '#771538'

red 119 ◦ green 21 ◦ blue 56

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

Shades of Claret #771538

Tints of Claret #771538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.71%

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

R = 60.71%
G = 10.71%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#771538 (or 0x771538) is known color: Claret. HEX triplet: 77, 15 and 38. RGB value is (119,21,56). Sum of RGB (Red+Green+Blue) = 119+21+56=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #771538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771538 is #88EAC7. Grayscale: #363636. Windows color (decimal): -8973000 or 3675511. OLE color: 3675511.

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

Color convert

RGB 119 21 56 -
CMYK 0 0.82 0.53 0.53
HSL 338.57º 0.7% 0.27% -
HSV(B) 338.57º 0.82% 0.47% -
XYZ 8.59 4.74 4.2 -
YUV 54.29 128.97 174.15 -
System Red Green Blue C M Y K H S L
Decimal 119 21 56 0 0.82 0.53 0.53 338.57 0.7 0.27
Hex 77 15 38 0 52 35 35 153 46 1B
Octal 167 25 70 0 122 65 65 523 106 33
Binary 1110111 10101 111000 0 1010010 110101 110101 101010011 1000110 11011

Color Harmonies of #771538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771538

Black with #771538

Text Example


Text Example

White with #771538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771538; }

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

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

background-color css

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

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

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

border-color css

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

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

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