Html Css Color HEX #742D3A Paprika

📋 copy color: '#742D3A'

red 116 ◦ green 45 ◦ blue 58

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

Shades of Paprika #742D3A

Tints of Paprika #742D3A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.55%

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

R = 52.97%
G = 20.55%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#742D3A (or 0x742D3A) is known color: Paprika. HEX triplet: 74, 2D and 3A. RGB value is (116,45,58). Sum of RGB (Red+Green+Blue) = 116+45+58=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #742D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742D3A is #8BD2C5. Grayscale: #434343. Windows color (decimal): -9163462 or 3812724. OLE color: 3812724.

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

Color convert

RGB 116 45 58 -
CMYK 0 0.61 0.5 0.55
HSL 349.01º 0.44% 0.32% -
HSV(B) 349.01º 0.61% 0.45% -
XYZ 8.9 5.9 4.67 -
YUV 67.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 116 45 58 0 0.61 0.5 0.55 349.01 0.44 0.32
Hex 74 2D 3A 0 3D 32 37 15D 2C 20
Octal 164 55 72 0 75 62 67 535 54 40
Binary 1110100 101101 111010 0 111101 110010 110111 101011101 101100 100000

Color Harmonies of #742D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742D3A

Black with #742D3A

Text Example


Text Example

White with #742D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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