Html Css Color HEX #753B31 Crown Of Thorns

📋 copy color: '#753B31'

red 117 ◦ green 59 ◦ blue 49

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

Shades of Crown Of Thorns #753B31

Tints of Crown Of Thorns #753B31

RGB

 RED value IS 117 (46.09% from 255) = 52%

 GREEN value IS 59 (23.44% from 255) = 26.22%

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

R = 52%
G = 26.22%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#753B31 (or 0x753B31) is known color: Crown Of Thorns. HEX triplet: 75, 3B and 31. RGB value is (117,59,49). Sum of RGB (Red+Green+Blue) = 117+59+49=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #753B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B31 is #8AC4CE. Grayscale: #4B4B4B. Windows color (decimal): -9094351 or 3226485. OLE color: 3226485.

HSL color Cylindrical-coordinate representation of color #753B31: hue angle of 8.82º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #753B31 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 59 49 -
CMYK 0 0.50 0.58 0.54
HSL 8.82º 0.41% 0.33% -
HSV(B) 8.82º 0.58% 0.46% -
XYZ 9.45 7.13 3.78 -
YUV 75.2 113.22 157.81 -
System Red Green Blue C M Y K H S L
Decimal 117 59 49 0 0.50 0.58 0.54 8.82 0.41 0.33
Hex 75 3B 31 0 32 3A 36 9 29 21
Octal 165 73 61 0 62 72 66 11 51 41
Binary 1110101 111011 110001 0 110010 111010 110110 1001 101001 100001

Color Harmonies of #753B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B31

Black with #753B31

Text Example


Text Example

White with #753B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753B31; }

 p { color: rgb(117,59,49); }

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

background-color css

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

 a { background-color: rgb(117,59,49); }

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

border-color css

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

 span { border-color: rgb(117,59,49); }

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