Html Css Color HEX #771330 Claret

📋 copy color: '#771330'

red 119 ◦ green 19 ◦ blue 48

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

Shades of Claret #771330

Tints of Claret #771330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.22%

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

R = 63.98%
G = 10.22%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#771330 (or 0x771330) is known color: Claret. HEX triplet: 77, 13 and 30. RGB value is (119,19,48). Sum of RGB (Red+Green+Blue) = 119+19+48=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #771330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771330 is #88ECCF. Grayscale: #343434. Windows color (decimal): -8973520 or 3150711. OLE color: 3150711.

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

Color convert

RGB 119 19 48 -
CMYK 0 0.84 0.60 0.53
HSL 342.6º 0.72% 0.27% -
HSV(B) 342.6º 0.84% 0.47% -
XYZ 8.37 4.6 3.24 -
YUV 52.21 125.63 175.64 -
System Red Green Blue C M Y K H S L
Decimal 119 19 48 0 0.84 0.60 0.53 342.6 0.72 0.27
Hex 77 13 30 0 54 3C 35 157 48 1B
Octal 167 23 60 0 124 74 65 527 110 33
Binary 1110111 10011 110000 0 1010100 111100 110101 101010111 1001000 11011

Color Harmonies of #771330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771330

Black with #771330

Text Example


Text Example

White with #771330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771330; }

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

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

background-color css

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

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

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

border-color css

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

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

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