#792335

Color #792335 Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #792335

Tints of Scarlett #792335

Color information

#792335 (or 0x792335) is unknown color: approx Scarlett. HEX triplet: 79, 23 and 35. RGB value is (121,35,53). Sum of RGB (Red+Green+Blue) = 121+35+53=209 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.89% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 121 - color contains mainly: red. Hex color #792335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792335 is #86DCCA. Grayscale: #3E3E3E. Windows color (decimal): -8838347 or 3482489. OLE color: 3482489.

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

Color convert

RGB1213553-
CMYK00.710.560.53
HSL347.44º55.13%30.59%-
HSV(B)347.44º71.07%47.45%-
XYZ9.135.523.95-
YUV62.77122.49169.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.89%
GREEN value IS 35 (14.06% from 255) = 16.75%
BLUE value IS 53 (21.09% from 255) = 25.36%
R=57.89%
G=16.75%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121355300.710.560.53347.4455.1330.59
Hex792335047383515b371f
Octal1714365010770655336737
Binary11110011000111101010100011111100011010110101101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792335; }

 p { color: rgb(121,35,53); }

 H1.HeaderClassName
 {
   color: #792335;
 }
 .AnyTagClassName
 {
   color: #792335;
 }
</style>
background-color css

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

 a { background-color: rgb(121,35,53); }

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

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

 span { border-color: rgb(121,35,53); }

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