#793D35

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

Shades of Crown Of Thorns #793D35

Tints of Crown Of Thorns #793D35

Color information

#793D35 (or 0x793D35) is unknown color: approx Crown Of Thorns. HEX triplet: 79, 3D and 35. RGB value is (121,61,53). Sum of RGB (Red+Green+Blue) = 121+61+53=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #793D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793D35 is #86C2CA. Grayscale: #4E4E4E. Windows color (decimal): -8831691 or 3489145. OLE color: 3489145.

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

Color convert

RGB1216153-
CMYK00.500.560.53
HSL7.06º39.08%34.12%-
HSV(B)7.06º56.2%47.45%-
XYZ10.27.664.31-
YUV78.03113.88158.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.49%
GREEN value IS 61 (24.22% from 255) = 25.96%
BLUE value IS 53 (21.09% from 255) = 22.55%
R=51.49%
G=25.96%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121615300.500.560.537.0639.0834.12
Hex793D35032383572722
Octal1717565062706574742
Binary11110011111011101010110010111000110101111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793D35; }

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

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

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

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

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

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

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

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