Html Css Color HEX #771E30 Claret

📋 copy color: '#771E30'

red 119 ◦ green 30 ◦ blue 48

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

Shades of Claret #771E30

Tints of Claret #771E30

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.23%

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

R = 60.41%
G = 15.23%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#771E30 (or 0x771E30) is known color: Claret. HEX triplet: 77, 1E and 30. RGB value is (119,30,48). Sum of RGB (Red+Green+Blue) = 119+30+48=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #771E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E30 is #88E1CF. Grayscale: #3A3A3A. Windows color (decimal): -8970704 or 3153527. OLE color: 3153527.

HSL color Cylindrical-coordinate representation of color #771E30: hue angle of 347.87º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E30 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 30 48 -
CMYK 0 0.75 0.60 0.53
HSL 347.87º 0.6% 0.29% -
HSV(B) 347.87º 0.75% 0.47% -
XYZ 8.61 5.06 3.32 -
YUV 58.66 121.99 171.04 -
System Red Green Blue C M Y K H S L
Decimal 119 30 48 0 0.75 0.60 0.53 347.87 0.6 0.29
Hex 77 1E 30 0 4B 3C 35 15C 3C 1D
Octal 167 36 60 0 113 74 65 534 74 35
Binary 1110111 11110 110000 0 1001011 111100 110101 101011100 111100 11101

Color Harmonies of #771E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E30

Black with #771E30

Text Example


Text Example

White with #771E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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