Html Css Color HEX #792530 Scarlett

📋 copy color: '#792530'

red 121 ◦ green 37 ◦ blue 48

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

Shades of Scarlett #792530

Tints of Scarlett #792530

RGB

 RED value IS 121 (47.66% from 255) = 58.74%

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

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

R = 58.74%
G = 17.96%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#792530 (or 0x792530) is known color: Scarlett. HEX triplet: 79, 25 and 30. RGB value is (121,37,48). Sum of RGB (Red+Green+Blue) = 121+37+48=206 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.74% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 121 - color contains mainly: red. Hex color #792530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792530 is #86DACF. Grayscale: #3F3F3F. Windows color (decimal): -8837840 or 3155321. OLE color: 3155321.

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

Color convert

RGB 121 37 48 -
CMYK 0 0.69 0.60 0.53
HSL 352.14º 0.53% 0.31% -
HSV(B) 352.14º 0.69% 0.47% -
XYZ 9.08 5.6 3.4 -
YUV 63.37 119.33 169.11 -
System Red Green Blue C M Y K H S L
Decimal 121 37 48 0 0.69 0.60 0.53 352.14 0.53 0.31
Hex 79 25 30 0 45 3C 35 160 35 1F
Octal 171 45 60 0 105 74 65 540 65 37
Binary 1111001 100101 110000 0 1000101 111100 110101 101100000 110101 11111

Color Harmonies of #792530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792530

Black with #792530

Text Example


Text Example

White with #792530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792530; }

 p { color: rgb(121,37,48); }

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

background-color css

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

 a { background-color: rgb(121,37,48); }

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

border-color css

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

 span { border-color: rgb(121,37,48); }

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