Html Css Color HEX #742A38 Paprika

📋 copy color: '#742A38'

red 116 ◦ green 42 ◦ blue 56

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

Shades of Paprika #742A38

Tints of Paprika #742A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.17%

R = 54.21%
G = 19.63%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#742A38 (or 0x742A38) is known color: Paprika. HEX triplet: 74, 2A and 38. RGB value is (116,42,56). Sum of RGB (Red+Green+Blue) = 116+42+56=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #742A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742A38 is #8BD5C7. Grayscale: #414141. Windows color (decimal): -9164232 or 3680884. OLE color: 3680884.

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

Color convert

RGB 116 42 56 -
CMYK 0 0.64 0.52 0.55
HSL 348.65º 0.47% 0.31% -
HSV(B) 348.65º 0.64% 0.45% -
XYZ 8.74 5.65 4.37 -
YUV 65.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 116 42 56 0 0.64 0.52 0.55 348.65 0.47 0.31
Hex 74 2A 38 0 40 34 37 15D 2F 1F
Octal 164 52 70 0 100 64 67 535 57 37
Binary 1110100 101010 111000 0 1000000 110100 110111 101011101 101111 11111

Color Harmonies of #742A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742A38

Black with #742A38

Text Example


Text Example

White with #742A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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