Html Css Color HEX #742A3A Paprika

📋 copy color: '#742A3A'

red 116 ◦ green 42 ◦ blue 58

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

Shades of Paprika #742A3A

Tints of Paprika #742A3A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.44%

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

R = 53.7%
G = 19.44%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#742A3A (or 0x742A3A) is known color: Paprika. HEX triplet: 74, 2A and 3A. RGB value is (116,42,58). Sum of RGB (Red+Green+Blue) = 116+42+58=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #742A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742A3A is #8BD5C5. Grayscale: #414141. Windows color (decimal): -9164230 or 3811956. OLE color: 3811956.

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

Color convert

RGB 116 42 58 -
CMYK 0 0.64 0.5 0.55
HSL 347.03º 0.47% 0.31% -
HSV(B) 347.03º 0.64% 0.45% -
XYZ 8.79 5.67 4.63 -
YUV 65.95 123.52 163.7 -
System Red Green Blue C M Y K H S L
Decimal 116 42 58 0 0.64 0.5 0.55 347.03 0.47 0.31
Hex 74 2A 3A 0 40 32 37 15B 2F 1F
Octal 164 52 72 0 100 62 67 533 57 37
Binary 1110100 101010 111010 0 1000000 110010 110111 101011011 101111 11111

Color Harmonies of #742A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742A3A

Black with #742A3A

Text Example


Text Example

White with #742A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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