Html Css Color HEX #772330 Scarlett

📋 copy color: '#772330'

red 119 ◦ green 35 ◦ blue 48

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

Shades of Scarlett #772330

Tints of Scarlett #772330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.33%

 BLUE value IS 48 (19.14% from 255) = 23.76%

R = 58.91%
G = 17.33%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#772330 (or 0x772330) is known color: Scarlett. HEX triplet: 77, 23 and 30. RGB value is (119,35,48). Sum of RGB (Red+Green+Blue) = 119+35+48=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #772330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772330 is #88DCCF. Grayscale: #3D3D3D. Windows color (decimal): -8969424 or 3154807. OLE color: 3154807.

HSL color Cylindrical-coordinate representation of color #772330: hue angle of 350.71º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #772330 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 35 48 -
CMYK 0 0.71 0.60 0.53
HSL 350.71º 0.55% 0.3% -
HSV(B) 350.71º 0.71% 0.47% -
XYZ 8.74 5.34 3.37 -
YUV 61.6 120.33 168.94 -
System Red Green Blue C M Y K H S L
Decimal 119 35 48 0 0.71 0.60 0.53 350.71 0.55 0.3
Hex 77 23 30 0 47 3C 35 15F 37 1E
Octal 167 43 60 0 107 74 65 537 67 36
Binary 1110111 100011 110000 0 1000111 111100 110101 101011111 110111 11110

Color Harmonies of #772330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772330

Black with #772330

Text Example


Text Example

White with #772330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772330; }

 p { color: rgb(119,35,48); }

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

background-color css

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

 a { background-color: rgb(119,35,48); }

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

border-color css

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

 span { border-color: rgb(119,35,48); }

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