Html Css Color HEX #76293B Paprika

📋 copy color: '#76293B'

red 118 ◦ green 41 ◦ blue 59

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

Shades of Paprika #76293B

Tints of Paprika #76293B

RGB

 RED value IS 118 (46.48% from 255) = 54.13%

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

 BLUE value IS 59 (23.44% from 255) = 27.06%

R = 54.13%
G = 18.81%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#76293B (or 0x76293B) is known color: Paprika. HEX triplet: 76, 29 and 3B. RGB value is (118,41,59). Sum of RGB (Red+Green+Blue) = 118+41+59=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76293B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76293B is #89D6C4. Grayscale: #424242. Windows color (decimal): -9033413 or 3877238. OLE color: 3877238.

HSL color Cylindrical-coordinate representation of color #76293B: hue angle of 345.97º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76293B is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 41 59 -
CMYK 0 0.65 0.50 0.54
HSL 345.97º 0.48% 0.31% -
HSV(B) 345.97º 0.65% 0.46% -
XYZ 9.05 5.75 4.77 -
YUV 66.08 124.01 165.04 -
System Red Green Blue C M Y K H S L
Decimal 118 41 59 0 0.65 0.50 0.54 345.97 0.48 0.31
Hex 76 29 3B 0 41 32 36 15A 30 1F
Octal 166 51 73 0 101 62 66 532 60 37
Binary 1110110 101001 111011 0 1000001 110010 110110 101011010 110000 11111

Color Harmonies of #76293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76293B

Black with #76293B

Text Example


Text Example

White with #76293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76293B; }

 p { color: rgb(118,41,59); }

 H1.HeaderClassName
 {
   color: #76293B;
 }
 .AnyTagClassName
 {
   color: #76293B;
 }
</style>

background-color css

<style>
 a { background-color: #76293B; }

 a { background-color: rgb(118,41,59); }

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

border-color css

<style>
 span { border-color: #76293B; }

 span { border-color: rgb(118,41,59); }

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