Html Css Color HEX #743B34 Crown Of Thorns

📋 copy color: '#743B34'

red 116 ◦ green 59 ◦ blue 52

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

Shades of Crown Of Thorns #743B34

Tints of Crown Of Thorns #743B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.91%

R = 51.1%
G = 25.99%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#743B34 (or 0x743B34) is known color: Crown Of Thorns. HEX triplet: 74, 3B and 34. RGB value is (116,59,52). Sum of RGB (Red+Green+Blue) = 116+59+52=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #743B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B34 is #8BC4CB. Grayscale: #4B4B4B. Windows color (decimal): -9159884 or 3423092. OLE color: 3423092.

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

Color convert

RGB 116 59 52 -
CMYK 0 0.49 0.55 0.55
HSL 6.56º 0.38% 0.33% -
HSV(B) 6.56º 0.55% 0.45% -
XYZ 9.39 7.09 4.12 -
YUV 75.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 116 59 52 0 0.49 0.55 0.55 6.56 0.38 0.33
Hex 74 3B 34 0 31 37 37 7 26 21
Octal 164 73 64 0 61 67 67 7 46 41
Binary 1110100 111011 110100 0 110001 110111 110111 111 100110 100001

Color Harmonies of #743B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B34

Black with #743B34

Text Example


Text Example

White with #743B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743B34; }

 p { color: rgb(116,59,52); }

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

background-color css

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

 a { background-color: rgb(116,59,52); }

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

border-color css

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

 span { border-color: rgb(116,59,52); }

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