Html Css Color HEX #772533 Scarlett

📋 copy color: '#772533'

red 119 ◦ green 37 ◦ blue 51

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

Shades of Scarlett #772533

Tints of Scarlett #772533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.64%

R = 57.49%
G = 17.87%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#772533 (or 0x772533) is known color: Scarlett. HEX triplet: 77, 25 and 33. RGB value is (119,37,51). Sum of RGB (Red+Green+Blue) = 119+37+51=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #772533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772533 is #88DACC. Grayscale: #3F3F3F. Windows color (decimal): -8968909 or 3351927. OLE color: 3351927.

HSL color Cylindrical-coordinate representation of color #772533: hue angle of 349.76º 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 #772533 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 37 51 -
CMYK 0 0.69 0.57 0.53
HSL 349.76º 0.53% 0.31% -
HSV(B) 349.76º 0.69% 0.47% -
XYZ 8.87 5.48 3.72 -
YUV 63.11 121.17 167.86 -
System Red Green Blue C M Y K H S L
Decimal 119 37 51 0 0.69 0.57 0.53 349.76 0.53 0.31
Hex 77 25 33 0 45 39 35 15E 35 1F
Octal 167 45 63 0 105 71 65 536 65 37
Binary 1110111 100101 110011 0 1000101 111001 110101 101011110 110101 11111

Color Harmonies of #772533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772533

Black with #772533

Text Example


Text Example

White with #772533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772533; }

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

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

background-color css

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

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

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

border-color css

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

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

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