Html Css Color HEX #771C2F Claret

📋 copy color: '#771C2F'

red 119 ◦ green 28 ◦ blue 47

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

Shades of Claret #771C2F

Tints of Claret #771C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.23%

R = 61.34%
G = 14.43%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#771C2F (or 0x771C2F) is known color: Claret. HEX triplet: 77, 1C and 2F. RGB value is (119,28,47). Sum of RGB (Red+Green+Blue) = 119+28+47=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #771C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C2F is #88E3D0. Grayscale: #393939. Windows color (decimal): -8971217 or 3087479. OLE color: 3087479.

HSL color Cylindrical-coordinate representation of color #771C2F: hue angle of 347.47º 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 #771C2F is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 28 47 -
CMYK 0 0.76 0.61 0.53
HSL 347.47º 0.62% 0.29% -
HSV(B) 347.47º 0.76% 0.47% -
XYZ 8.54 4.96 3.2 -
YUV 57.38 122.15 171.96 -
System Red Green Blue C M Y K H S L
Decimal 119 28 47 0 0.76 0.61 0.53 347.47 0.62 0.29
Hex 77 1C 2F 0 4C 3D 35 15B 3E 1D
Octal 167 34 57 0 114 75 65 533 76 35
Binary 1110111 11100 101111 0 1001100 111101 110101 101011011 111110 11101

Color Harmonies of #771C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C2F

Black with #771C2F

Text Example


Text Example

White with #771C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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