Html Css Color HEX #742B3A Paprika

📋 copy color: '#742B3A'

red 116 ◦ green 43 ◦ blue 58

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

Shades of Paprika #742B3A

Tints of Paprika #742B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.73%

R = 53.46%
G = 19.82%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#742B3A (or 0x742B3A) is known color: Paprika. HEX triplet: 74, 2B and 3A. RGB value is (116,43,58). Sum of RGB (Red+Green+Blue) = 116+43+58=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #742B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742B3A is #8BD4C5. Grayscale: #424242. Windows color (decimal): -9163974 or 3812212. OLE color: 3812212.

HSL color Cylindrical-coordinate representation of color #742B3A: hue angle of 347.67º 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 #742B3A is Cyan = 0, Magento = 0.63, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 43 58 -
CMYK 0 0.63 0.5 0.55
HSL 347.67º 0.46% 0.31% -
HSV(B) 347.67º 0.63% 0.45% -
XYZ 8.83 5.75 4.65 -
YUV 66.54 123.18 163.28 -
System Red Green Blue C M Y K H S L
Decimal 116 43 58 0 0.63 0.5 0.55 347.67 0.46 0.31
Hex 74 2B 3A 0 3F 32 37 15C 2E 1F
Octal 164 53 72 0 77 62 67 534 56 37
Binary 1110100 101011 111010 0 111111 110010 110111 101011100 101110 11111

Color Harmonies of #742B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742B3A

Black with #742B3A

Text Example


Text Example

White with #742B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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