Html Css Color HEX #743D35 Crown Of Thorns

📋 copy color: '#743D35'

red 116 ◦ green 61 ◦ blue 53

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

Shades of Crown Of Thorns #743D35

Tints of Crown Of Thorns #743D35

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.52%

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

R = 50.43%
G = 26.52%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#743D35 (or 0x743D35) is known color: Crown Of Thorns. HEX triplet: 74, 3D and 35. RGB value is (116,61,53). Sum of RGB (Red+Green+Blue) = 116+61+53=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #743D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D35 is #8BC2CA. Grayscale: #4C4C4C. Windows color (decimal): -9159371 or 3489140. OLE color: 3489140.

HSL color Cylindrical-coordinate representation of color #743D35: hue angle of 7.62º 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 #743D35 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 61 53 -
CMYK 0 0.47 0.54 0.55
HSL 7.62º 0.37% 0.33% -
HSV(B) 7.62º 0.54% 0.45% -
XYZ 9.51 7.31 4.28 -
YUV 76.53 114.72 156.15 -
System Red Green Blue C M Y K H S L
Decimal 116 61 53 0 0.47 0.54 0.55 7.62 0.37 0.33
Hex 74 3D 35 0 2F 36 37 8 25 21
Octal 164 75 65 0 57 66 67 10 45 41
Binary 1110100 111101 110101 0 101111 110110 110111 1000 100101 100001

Color Harmonies of #743D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D35

Black with #743D35

Text Example


Text Example

White with #743D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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