Html Css Color HEX #76293A Paprika

📋 copy color: '#76293A'

red 118 ◦ green 41 ◦ blue 58

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

Shades of Paprika #76293A

Tints of Paprika #76293A

RGB

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

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

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

R = 54.38%
G = 18.89%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76293A (or 0x76293A) is known color: Paprika. HEX triplet: 76, 29 and 3A. RGB value is (118,41,58). Sum of RGB (Red+Green+Blue) = 118+41+58=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76293A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76293A is #89D6C5. Grayscale: #414141. Windows color (decimal): -9033414 or 3811702. OLE color: 3811702.

HSL color Cylindrical-coordinate representation of color #76293A: hue angle of 346.75º 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 #76293A is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 41 58 -
CMYK 0 0.65 0.51 0.54
HSL 346.75º 0.48% 0.31% -
HSV(B) 346.75º 0.65% 0.46% -
XYZ 9.03 5.74 4.64 -
YUV 65.96 123.51 165.12 -
System Red Green Blue C M Y K H S L
Decimal 118 41 58 0 0.65 0.51 0.54 346.75 0.48 0.31
Hex 76 29 3A 0 41 33 36 15B 30 1F
Octal 166 51 72 0 101 63 66 533 60 37
Binary 1110110 101001 111010 0 1000001 110011 110110 101011011 110000 11111

Color Harmonies of #76293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76293A

Black with #76293A

Text Example


Text Example

White with #76293A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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