Html Css Color HEX #752B3A Paprika

📋 copy color: '#752B3A'

red 117 ◦ green 43 ◦ blue 58

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

Shades of Paprika #752B3A

Tints of Paprika #752B3A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.72%

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

R = 53.67%
G = 19.72%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#752B3A (or 0x752B3A) is known color: Paprika. HEX triplet: 75, 2B and 3A. RGB value is (117,43,58). Sum of RGB (Red+Green+Blue) = 117+43+58=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #752B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B3A is #8AD4C5. Grayscale: #424242. Windows color (decimal): -9098438 or 3812213. OLE color: 3812213.

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

Color convert

RGB 117 43 58 -
CMYK 0 0.63 0.50 0.54
HSL 347.84º 0.46% 0.31% -
HSV(B) 347.84º 0.63% 0.46% -
XYZ 8.96 5.82 4.65 -
YUV 66.84 123.02 163.78 -
System Red Green Blue C M Y K H S L
Decimal 117 43 58 0 0.63 0.50 0.54 347.84 0.46 0.31
Hex 75 2B 3A 0 3F 32 36 15C 2E 1F
Octal 165 53 72 0 77 62 66 534 56 37
Binary 1110101 101011 111010 0 111111 110010 110110 101011100 101110 11111

Color Harmonies of #752B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B3A

Black with #752B3A

Text Example


Text Example

White with #752B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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