Html Css Color HEX #772531 Scarlett

📋 copy color: '#772531'

red 119 ◦ green 37 ◦ blue 49

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

Shades of Scarlett #772531

Tints of Scarlett #772531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.05%

 BLUE value IS 49 (19.53% from 255) = 23.9%

R = 58.05%
G = 18.05%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#772531 (or 0x772531) is known color: Scarlett. HEX triplet: 77, 25 and 31. RGB value is (119,37,49). Sum of RGB (Red+Green+Blue) = 119+37+49=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #772531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772531 is #88DACE. Grayscale: #3E3E3E. Windows color (decimal): -8968911 or 3220855. OLE color: 3220855.

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

Color convert

RGB 119 37 49 -
CMYK 0 0.69 0.59 0.53
HSL 351.22º 0.53% 0.31% -
HSV(B) 351.22º 0.69% 0.47% -
XYZ 8.82 5.47 3.5 -
YUV 62.89 120.17 168.02 -
System Red Green Blue C M Y K H S L
Decimal 119 37 49 0 0.69 0.59 0.53 351.22 0.53 0.31
Hex 77 25 31 0 45 3B 35 15F 35 1F
Octal 167 45 61 0 105 73 65 537 65 37
Binary 1110111 100101 110001 0 1000101 111011 110101 101011111 110101 11111

Color Harmonies of #772531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772531

Black with #772531

Text Example


Text Example

White with #772531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772531; }

 p { color: rgb(119,37,49); }

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

background-color css

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

 a { background-color: rgb(119,37,49); }

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

border-color css

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

 span { border-color: rgb(119,37,49); }

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