Html Css Color HEX #771832 Claret

📋 copy color: '#771832'

red 119 ◦ green 24 ◦ blue 50

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

Shades of Claret #771832

Tints of Claret #771832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.44%

 BLUE value IS 50 (19.92% from 255) = 25.91%

R = 61.66%
G = 12.44%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#771832 (or 0x771832) is known color: Claret. HEX triplet: 77, 18 and 32. RGB value is (119,24,50). Sum of RGB (Red+Green+Blue) = 119+24+50=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #771832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771832 is #88E7CD. Grayscale: #373737. Windows color (decimal): -8972238 or 3283063. OLE color: 3283063.

HSL color Cylindrical-coordinate representation of color #771832: hue angle of 343.58º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771832 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 24 50 -
CMYK 0 0.80 0.58 0.53
HSL 343.58º 0.66% 0.28% -
HSV(B) 343.58º 0.8% 0.47% -
XYZ 8.51 4.81 3.5 -
YUV 55.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 119 24 50 0 0.80 0.58 0.53 343.58 0.66 0.28
Hex 77 18 32 0 50 3A 35 158 42 1C
Octal 167 30 62 0 120 72 65 530 102 34
Binary 1110111 11000 110010 0 1010000 111010 110101 101011000 1000010 11100

Color Harmonies of #771832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771832

Black with #771832

Text Example


Text Example

White with #771832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771832; }

 p { color: rgb(119,24,50); }

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

background-color css

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

 a { background-color: rgb(119,24,50); }

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

border-color css

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

 span { border-color: rgb(119,24,50); }

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