Html Css Color HEX #771F35 Claret

📋 copy color: '#771F35'

red 119 ◦ green 31 ◦ blue 53

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

Shades of Claret #771F35

Tints of Claret #771F35

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.27%

 BLUE value IS 53 (21.09% from 255) = 26.11%

R = 58.62%
G = 15.27%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#771F35 (or 0x771F35) is known color: Claret. HEX triplet: 77, 1F and 35. RGB value is (119,31,53). Sum of RGB (Red+Green+Blue) = 119+31+53=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #771F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771F35 is #88E0CA. Grayscale: #3B3B3B. Windows color (decimal): -8970443 or 3481463. OLE color: 3481463.

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

Color convert

RGB 119 31 53 -
CMYK 0 0.74 0.55 0.53
HSL 345º 0.59% 0.29% -
HSV(B) 345º 0.74% 0.47% -
XYZ 8.74 5.16 3.9 -
YUV 59.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 119 31 53 0 0.74 0.55 0.53 345 0.59 0.29
Hex 77 1F 35 0 4A 37 35 159 3B 1D
Octal 167 37 65 0 112 67 65 531 73 35
Binary 1110111 11111 110101 0 1001010 110111 110101 101011001 111011 11101

Color Harmonies of #771F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771F35

Black with #771F35

Text Example


Text Example

White with #771F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,31,53); }

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

background-color css

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

 a { background-color: rgb(119,31,53); }

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

border-color css

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

 span { border-color: rgb(119,31,53); }

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