#793939

Color #793939 Crown Of Thorns (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crown Of Thorns #793939

Tints of Crown Of Thorns #793939

Color information

#793939 (or 0x793939) is unknown color: approx Crown Of Thorns. HEX triplet: 79, 39 and 39. RGB value is (121,57,57). Sum of RGB (Red+Green+Blue) = 121+57+57=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #793939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793939 is #86C6C6. Grayscale: #4C4C4C. Windows color (decimal): -8832711 or 3750265. OLE color: 3750265.

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

Color convert

RGB1215757-
CMYK00.530.530.53
HSL35.96%34.9%-
HSV(B)52.89%47.45%-
XYZ10.097.294.75-
YUV76.14117.2160-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.49%
GREEN value IS 57 (22.66% from 255) = 24.26%
BLUE value IS 57 (22.66% from 255) = 24.26%
R=51.49%
G=24.26%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121575700.530.530.53035.9634.9
Hex793939035353502423
Octal1717171065656504443
Binary111100111100111100101101011101011101010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793939; }

 p { color: rgb(121,57,57); }

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

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

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

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

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

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

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