Html Css Color HEX #742B2B Lusty

📋 copy color: '#742B2B'

red 116 ◦ green 43 ◦ blue 43

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

Shades of Lusty #742B2B

Tints of Lusty #742B2B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.29%

 BLUE value IS 43 (17.19% from 255) = 21.29%

R = 57.43%
G = 21.29%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#742B2B (or 0x742B2B) is known color: Lusty. HEX triplet: 74, 2B and 2B. RGB value is (116,43,43). Sum of RGB (Red+Green+Blue) = 116+43+43=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #742B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742B2B is #8BD4D4. Grayscale: #404040. Windows color (decimal): -9163989 or 2829172. OLE color: 2829172.

HSL color Cylindrical-coordinate representation of color #742B2B: hue angle of 0º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #742B2B is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 43 43 -
CMYK 0 0.63 0.63 0.55
HSL 0.46% 0.31% -
HSV(B) 0.63% 0.45% -
XYZ 8.5 5.62 2.92 -
YUV 64.83 115.68 164.5 -
System Red Green Blue C M Y K H S L
Decimal 116 43 43 0 0.63 0.63 0.55 0 0.46 0.31
Hex 74 2B 2B 0 3F 3F 37 0 2E 1F
Octal 164 53 53 0 77 77 67 0 56 37
Binary 1110100 101011 101011 0 111111 111111 110111 0 101110 11111

Color Harmonies of #742B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742B2B

Black with #742B2B

Text Example


Text Example

White with #742B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742B2B; }

 p { color: rgb(116,43,43); }

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

background-color css

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

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

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

border-color css

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

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

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