Html Css Color HEX #77293A Paprika

📋 copy color: '#77293A'

red 119 ◦ green 41 ◦ blue 58

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

Shades of Paprika #77293A

Tints of Paprika #77293A

RGB

 RED value IS 119 (46.88% from 255) = 54.59%

 GREEN value IS 41 (16.41% from 255) = 18.81%

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

R = 54.59%
G = 18.81%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#77293A (or 0x77293A) is known color: Paprika. HEX triplet: 77, 29 and 3A. RGB value is (119,41,58). Sum of RGB (Red+Green+Blue) = 119+41+58=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77293A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77293A is #88D6C5. Grayscale: #424242. Windows color (decimal): -8967878 or 3811703. OLE color: 3811703.

HSL color Cylindrical-coordinate representation of color #77293A: hue angle of 346.92º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77293A is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 41 58 -
CMYK 0 0.66 0.51 0.53
HSL 346.92º 0.49% 0.31% -
HSV(B) 346.92º 0.66% 0.47% -
XYZ 9.16 5.81 4.64 -
YUV 66.26 123.34 165.62 -
System Red Green Blue C M Y K H S L
Decimal 119 41 58 0 0.66 0.51 0.53 346.92 0.49 0.31
Hex 77 29 3A 0 42 33 35 15B 31 1F
Octal 167 51 72 0 102 63 65 533 61 37
Binary 1110111 101001 111010 0 1000010 110011 110101 101011011 110001 11111

Color Harmonies of #77293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77293A

Black with #77293A

Text Example


Text Example

White with #77293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77293A; }

 p { color: rgb(119,41,58); }

 H1.HeaderClassName
 {
   color: #77293A;
 }
 .AnyTagClassName
 {
   color: #77293A;
 }
</style>

background-color css

<style>
 a { background-color: #77293A; }

 a { background-color: rgb(119,41,58); }

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

border-color css

<style>
 span { border-color: #77293A; }

 span { border-color: rgb(119,41,58); }

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