Html Css Color HEX #771237 Claret

📋 copy color: '#771237'

red 119 ◦ green 18 ◦ blue 55

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

Shades of Claret #771237

Tints of Claret #771237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.38%

 BLUE value IS 55 (21.88% from 255) = 28.65%

R = 61.98%
G = 9.38%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#771237 (or 0x771237) is known color: Claret. HEX triplet: 77, 12 and 37. RGB value is (119,18,55). Sum of RGB (Red+Green+Blue) = 119+18+55=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 55 (21.88% from 255 or 28.65% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #771237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771237 is #88EDC8. Grayscale: #343434. Windows color (decimal): -8973769 or 3609207. OLE color: 3609207.

HSL color Cylindrical-coordinate representation of color #771237: hue angle of 338.02º 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 #771237 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 18 55 -
CMYK 0 0.85 0.54 0.53
HSL 338.02º 0.74% 0.27% -
HSV(B) 338.02º 0.85% 0.47% -
XYZ 8.51 4.63 4.06 -
YUV 52.42 129.46 175.49 -
System Red Green Blue C M Y K H S L
Decimal 119 18 55 0 0.85 0.54 0.53 338.02 0.74 0.27
Hex 77 12 37 0 55 36 35 152 4A 1B
Octal 167 22 67 0 125 66 65 522 112 33
Binary 1110111 10010 110111 0 1010101 110110 110101 101010010 1001010 11011

Color Harmonies of #771237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771237

Black with #771237

Text Example


Text Example

White with #771237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771237; }

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

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

background-color css

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

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

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

border-color css

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

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

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