Html Css Color HEX #742A36 Paprika

📋 copy color: '#742A36'

red 116 ◦ green 42 ◦ blue 54

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

Shades of Paprika #742A36

Tints of Paprika #742A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25.47%

R = 54.72%
G = 19.81%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#742A36 (or 0x742A36) is known color: Paprika. HEX triplet: 74, 2A and 36. RGB value is (116,42,54). Sum of RGB (Red+Green+Blue) = 116+42+54=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #742A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742A36 is #8BD5C9. Grayscale: #414141. Windows color (decimal): -9164234 or 3549812. OLE color: 3549812.

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

Color convert

RGB 116 42 54 -
CMYK 0 0.64 0.53 0.55
HSL 350.27º 0.47% 0.31% -
HSV(B) 350.27º 0.64% 0.45% -
XYZ 8.7 5.64 4.12 -
YUV 65.49 121.52 164.02 -
System Red Green Blue C M Y K H S L
Decimal 116 42 54 0 0.64 0.53 0.55 350.27 0.47 0.31
Hex 74 2A 36 0 40 35 37 15E 2F 1F
Octal 164 52 66 0 100 65 67 536 57 37
Binary 1110100 101010 110110 0 1000000 110101 110111 101011110 101111 11111

Color Harmonies of #742A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742A36

Black with #742A36

Text Example


Text Example

White with #742A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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