Html Css Color HEX #793C31 Crown Of Thorns

📋 copy color: '#793C31'

red 121 ◦ green 60 ◦ blue 49

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

Shades of Crown Of Thorns #793C31

Tints of Crown Of Thorns #793C31

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.09%

 BLUE value IS 49 (19.53% from 255) = 21.3%

R = 52.61%
G = 26.09%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#793C31 (or 0x793C31) is known color: Crown Of Thorns. HEX triplet: 79, 3C and 31. RGB value is (121,60,49). Sum of RGB (Red+Green+Blue) = 121+60+49=230 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.61% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 121 - color contains mainly: red. Hex color #793C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793C31 is #86C3CE. Grayscale: #4D4D4D. Windows color (decimal): -8831951 or 3226745. OLE color: 3226745.

HSL color Cylindrical-coordinate representation of color #793C31: hue angle of 9.17º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #793C31 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 60 49 -
CMYK 0 0.50 0.60 0.53
HSL 9.17º 0.42% 0.33% -
HSV(B) 9.17º 0.6% 0.47% -
XYZ 10.06 7.52 3.83 -
YUV 76.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 121 60 49 0 0.50 0.60 0.53 9.17 0.42 0.33
Hex 79 3C 31 0 32 3C 35 9 2A 21
Octal 171 74 61 0 62 74 65 11 52 41
Binary 1111001 111100 110001 0 110010 111100 110101 1001 101010 100001

Color Harmonies of #793C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793C31

Black with #793C31

Text Example


Text Example

White with #793C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,60,49); }

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

background-color css

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

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

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

border-color css

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

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

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