Html Css Color HEX #75293A Paprika

📋 copy color: '#75293A'

red 117 ◦ green 41 ◦ blue 58

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

Shades of Paprika #75293A

Tints of Paprika #75293A

RGB

 RED value IS 117 (46.09% from 255) = 54.17%

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

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

R = 54.17%
G = 18.98%
B = 26.85%

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

#75293A (or 0x75293A) is known color: Paprika. HEX triplet: 75, 29 and 3A. RGB value is (117,41,58). Sum of RGB (Red+Green+Blue) = 117+41+58=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #75293A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75293A is #8AD6C5. Grayscale: #414141. Windows color (decimal): -9098950 or 3811701. OLE color: 3811701.

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

Color convert

RGB 117 41 58 -
CMYK 0 0.65 0.50 0.54
HSL 346.58º 0.48% 0.31% -
HSV(B) 346.58º 0.65% 0.46% -
XYZ 8.89 5.67 4.63 -
YUV 65.66 123.68 164.62 -
System Red Green Blue C M Y K H S L
Decimal 117 41 58 0 0.65 0.50 0.54 346.58 0.48 0.31
Hex 75 29 3A 0 41 32 36 15B 30 1F
Octal 165 51 72 0 101 62 66 533 60 37
Binary 1110101 101001 111010 0 1000001 110010 110110 101011011 110000 11111

Color Harmonies of #75293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75293A

Black with #75293A

Text Example


Text Example

White with #75293A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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