Html Css Color HEX #762936 Paprika

📋 copy color: '#762936'

red 118 ◦ green 41 ◦ blue 54

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

Shades of Paprika #762936

Tints of Paprika #762936

RGB

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

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

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

R = 55.4%
G = 19.25%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#762936 (or 0x762936) is known color: Paprika. HEX triplet: 76, 29 and 36. RGB value is (118,41,54). Sum of RGB (Red+Green+Blue) = 118+41+54=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #762936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762936 is #89D6C9. Grayscale: #414141. Windows color (decimal): -9033418 or 3549558. OLE color: 3549558.

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

Color convert

RGB 118 41 54 -
CMYK 0 0.65 0.54 0.54
HSL 349.87º 0.48% 0.31% -
HSV(B) 349.87º 0.65% 0.46% -
XYZ 8.93 5.7 4.12 -
YUV 65.51 121.51 165.44 -
System Red Green Blue C M Y K H S L
Decimal 118 41 54 0 0.65 0.54 0.54 349.87 0.48 0.31
Hex 76 29 36 0 41 36 36 15E 30 1F
Octal 166 51 66 0 101 66 66 536 60 37
Binary 1110110 101001 110110 0 1000001 110110 110110 101011110 110000 11111

Color Harmonies of #762936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762936

Black with #762936

Text Example


Text Example

White with #762936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762936; }

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

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

background-color css

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

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

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

border-color css

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

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

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