Html Css Color HEX #743831 Crown Of Thorns

📋 copy color: '#743831'

red 116 ◦ green 56 ◦ blue 49

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

Shades of Crown Of Thorns #743831

Tints of Crown Of Thorns #743831

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.34%

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

R = 52.49%
G = 25.34%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#743831 (or 0x743831) is known color: Crown Of Thorns. HEX triplet: 74, 38 and 31. RGB value is (116,56,49). Sum of RGB (Red+Green+Blue) = 116+56+49=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #743831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743831 is #8BC7CE. Grayscale: #494949. Windows color (decimal): -9160655 or 3225716. OLE color: 3225716.

HSL color Cylindrical-coordinate representation of color #743831: hue angle of 6.27º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #743831 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 56 49 -
CMYK 0 0.52 0.58 0.55
HSL 6.27º 0.41% 0.32% -
HSV(B) 6.27º 0.58% 0.45% -
XYZ 9.17 6.76 3.73 -
YUV 73.14 114.38 158.57 -
System Red Green Blue C M Y K H S L
Decimal 116 56 49 0 0.52 0.58 0.55 6.27 0.41 0.32
Hex 74 38 31 0 34 3A 37 6 29 20
Octal 164 70 61 0 64 72 67 6 51 40
Binary 1110100 111000 110001 0 110100 111010 110111 110 101001 100000

Color Harmonies of #743831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743831

Black with #743831

Text Example


Text Example

White with #743831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743831; }

 p { color: rgb(116,56,49); }

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

background-color css

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

 a { background-color: rgb(116,56,49); }

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

border-color css

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

 span { border-color: rgb(116,56,49); }

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