Html Css Color HEX #771B3B Claret

📋 copy color: '#771B3B'

red 119 ◦ green 27 ◦ blue 59

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

Shades of Claret #771B3B

Tints of Claret #771B3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 28.78%

R = 58.05%
G = 13.17%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#771B3B (or 0x771B3B) is known color: Claret. HEX triplet: 77, 1B and 3B. RGB value is (119,27,59). Sum of RGB (Red+Green+Blue) = 119+27+59=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #771B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771B3B is #88E4C4. Grayscale: #3A3A3A. Windows color (decimal): -8971461 or 3873655. OLE color: 3873655.

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

Color convert

RGB 119 27 59 -
CMYK 0 0.77 0.50 0.53
HSL 339.13º 0.63% 0.29% -
HSV(B) 339.13º 0.77% 0.47% -
XYZ 8.79 5.02 4.64 -
YUV 58.16 128.48 171.4 -
System Red Green Blue C M Y K H S L
Decimal 119 27 59 0 0.77 0.50 0.53 339.13 0.63 0.29
Hex 77 1B 3B 0 4D 32 35 153 3F 1D
Octal 167 33 73 0 115 62 65 523 77 35
Binary 1110111 11011 111011 0 1001101 110010 110101 101010011 111111 11101

Color Harmonies of #771B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771B3B

Black with #771B3B

Text Example


Text Example

White with #771B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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