Html Css Color HEX #771830 Claret

📋 copy color: '#771830'

red 119 ◦ green 24 ◦ blue 48

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

Shades of Claret #771830

Tints of Claret #771830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.13%

R = 62.3%
G = 12.57%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#771830 (or 0x771830) is known color: Claret. HEX triplet: 77, 18 and 30. RGB value is (119,24,48). Sum of RGB (Red+Green+Blue) = 119+24+48=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #771830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771830 is #88E7CF. Grayscale: #373737. Windows color (decimal): -8972240 or 3151991. OLE color: 3151991.

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

Color convert

RGB 119 24 48 -
CMYK 0 0.80 0.60 0.53
HSL 344.84º 0.66% 0.28% -
HSV(B) 344.84º 0.8% 0.47% -
XYZ 8.47 4.79 3.27 -
YUV 55.14 123.97 173.55 -
System Red Green Blue C M Y K H S L
Decimal 119 24 48 0 0.80 0.60 0.53 344.84 0.66 0.28
Hex 77 18 30 0 50 3C 35 159 42 1C
Octal 167 30 60 0 120 74 65 531 102 34
Binary 1110111 11000 110000 0 1010000 111100 110101 101011001 1000010 11100

Color Harmonies of #771830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771830

Black with #771830

Text Example


Text Example

White with #771830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771830; }

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

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

background-color css

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

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

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

border-color css

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

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

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