Html Css Color HEX #771B2F Claret

📋 copy color: '#771B2F'

red 119 ◦ green 27 ◦ blue 47

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

Shades of Claret #771B2F

Tints of Claret #771B2F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.99%

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

R = 61.66%
G = 13.99%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#771B2F (or 0x771B2F) is known color: Claret. HEX triplet: 77, 1B and 2F. RGB value is (119,27,47). Sum of RGB (Red+Green+Blue) = 119+27+47=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #771B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771B2F is #88E4D0. Grayscale: #383838. Windows color (decimal): -8971473 or 3087223. OLE color: 3087223.

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

Color convert

RGB 119 27 47 -
CMYK 0 0.77 0.61 0.53
HSL 346.96º 0.63% 0.29% -
HSV(B) 346.96º 0.77% 0.47% -
XYZ 8.51 4.91 3.19 -
YUV 56.79 122.48 172.37 -
System Red Green Blue C M Y K H S L
Decimal 119 27 47 0 0.77 0.61 0.53 346.96 0.63 0.29
Hex 77 1B 2F 0 4D 3D 35 15B 3F 1D
Octal 167 33 57 0 115 75 65 533 77 35
Binary 1110111 11011 101111 0 1001101 111101 110101 101011011 111111 11101

Color Harmonies of #771B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771B2F

Black with #771B2F

Text Example


Text Example

White with #771B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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