Html Css Color HEX #743935 Crown Of Thorns

📋 copy color: '#743935'

red 116 ◦ green 57 ◦ blue 53

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

Shades of Crown Of Thorns #743935

Tints of Crown Of Thorns #743935

RGB

 RED value IS 116 (45.7% from 255) = 51.33%

 GREEN value IS 57 (22.66% from 255) = 25.22%

 BLUE value IS 53 (21.09% from 255) = 23.45%

R = 51.33%
G = 25.22%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#743935 (or 0x743935) is known color: Crown Of Thorns. HEX triplet: 74, 39 and 35. RGB value is (116,57,53). Sum of RGB (Red+Green+Blue) = 116+57+53=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #743935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743935 is #8BC6CA. Grayscale: #4A4A4A. Windows color (decimal): -9160395 or 3488116. OLE color: 3488116.

HSL color Cylindrical-coordinate representation of color #743935: hue angle of 3.81º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #743935 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 57 53 -
CMYK 0 0.51 0.54 0.55
HSL 3.81º 0.37% 0.33% -
HSV(B) 3.81º 0.54% 0.45% -
XYZ 9.31 6.9 4.21 -
YUV 74.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 116 57 53 0 0.51 0.54 0.55 3.81 0.37 0.33
Hex 74 39 35 0 33 36 37 4 25 21
Octal 164 71 65 0 63 66 67 4 45 41
Binary 1110100 111001 110101 0 110011 110110 110111 100 100101 100001

Color Harmonies of #743935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743935

Black with #743935

Text Example


Text Example

White with #743935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743935; }

 p { color: rgb(116,57,53); }

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

background-color css

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

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

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

border-color css

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

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

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