Html Css Color HEX #771E3A Claret

📋 copy color: '#771E3A'

red 119 ◦ green 30 ◦ blue 58

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

Shades of Claret #771E3A

Tints of Claret #771E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.02%

R = 57.49%
G = 14.49%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#771E3A (or 0x771E3A) is known color: Claret. HEX triplet: 77, 1E and 3A. RGB value is (119,30,58). Sum of RGB (Red+Green+Blue) = 119+30+58=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #771E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E3A is #88E1C5. Grayscale: #3B3B3B. Windows color (decimal): -8970694 or 3808887. OLE color: 3808887.

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

Color convert

RGB 119 30 58 -
CMYK 0 0.75 0.51 0.53
HSL 341.12º 0.6% 0.29% -
HSV(B) 341.12º 0.75% 0.47% -
XYZ 8.84 5.16 4.53 -
YUV 59.8 126.99 170.22 -
System Red Green Blue C M Y K H S L
Decimal 119 30 58 0 0.75 0.51 0.53 341.12 0.6 0.29
Hex 77 1E 3A 0 4B 33 35 155 3C 1D
Octal 167 36 72 0 113 63 65 525 74 35
Binary 1110111 11110 111010 0 1001011 110011 110101 101010101 111100 11101

Color Harmonies of #771E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E3A

Black with #771E3A

Text Example


Text Example

White with #771E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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