Html Css Color HEX #771F2F Scarlett

📋 copy color: '#771F2F'

red 119 ◦ green 31 ◦ blue 47

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

Shades of Scarlett #771F2F

Tints of Scarlett #771F2F

RGB

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

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

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

R = 60.41%
G = 15.74%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#771F2F (or 0x771F2F) is known color: Scarlett. HEX triplet: 77, 1F and 2F. RGB value is (119,31,47). Sum of RGB (Red+Green+Blue) = 119+31+47=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #771F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771F2F is #88E0D0. Grayscale: #3B3B3B. Windows color (decimal): -8970449 or 3088247. OLE color: 3088247.

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

Color convert

RGB 119 31 47 -
CMYK 0 0.74 0.61 0.53
HSL 349.09º 0.59% 0.29% -
HSV(B) 349.09º 0.74% 0.47% -
XYZ 8.61 5.11 3.22 -
YUV 59.14 121.15 170.7 -
System Red Green Blue C M Y K H S L
Decimal 119 31 47 0 0.74 0.61 0.53 349.09 0.59 0.29
Hex 77 1F 2F 0 4A 3D 35 15D 3B 1D
Octal 167 37 57 0 112 75 65 535 73 35
Binary 1110111 11111 101111 0 1001010 111101 110101 101011101 111011 11101

Color Harmonies of #771F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771F2F

Black with #771F2F

Text Example


Text Example

White with #771F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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