Html Css Color HEX #771C30 Claret

📋 copy color: '#771C30'

red 119 ◦ green 28 ◦ blue 48

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

Shades of Claret #771C30

Tints of Claret #771C30

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.36%

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

R = 61.03%
G = 14.36%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#771C30 (or 0x771C30) is known color: Claret. HEX triplet: 77, 1C and 30. RGB value is (119,28,48). Sum of RGB (Red+Green+Blue) = 119+28+48=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #771C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C30 is #88E3CF. Grayscale: #393939. Windows color (decimal): -8971216 or 3153015. OLE color: 3153015.

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

Color convert

RGB 119 28 48 -
CMYK 0 0.76 0.60 0.53
HSL 346.81º 0.62% 0.29% -
HSV(B) 346.81º 0.76% 0.47% -
XYZ 8.56 4.97 3.3 -
YUV 57.49 122.65 171.87 -
System Red Green Blue C M Y K H S L
Decimal 119 28 48 0 0.76 0.60 0.53 346.81 0.62 0.29
Hex 77 1C 30 0 4C 3C 35 15B 3E 1D
Octal 167 34 60 0 114 74 65 533 76 35
Binary 1110111 11100 110000 0 1001100 111100 110101 101011011 111110 11101

Color Harmonies of #771C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C30

Black with #771C30

Text Example


Text Example

White with #771C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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