Html Css Color HEX #762D3A Paprika

📋 copy color: '#762D3A'

red 118 ◦ green 45 ◦ blue 58

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

Shades of Paprika #762D3A

Tints of Paprika #762D3A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.36%

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

R = 53.39%
G = 20.36%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#762D3A (or 0x762D3A) is known color: Paprika. HEX triplet: 76, 2D and 3A. RGB value is (118,45,58). Sum of RGB (Red+Green+Blue) = 118+45+58=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #762D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762D3A is #89D2C5. Grayscale: #444444. Windows color (decimal): -9032390 or 3812726. OLE color: 3812726.

HSL color Cylindrical-coordinate representation of color #762D3A: hue angle of 349.32º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #762D3A is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 45 58 -
CMYK 0 0.62 0.51 0.54
HSL 349.32º 0.45% 0.32% -
HSV(B) 349.32º 0.62% 0.46% -
XYZ 9.17 6.03 4.68 -
YUV 68.31 122.18 163.44 -
System Red Green Blue C M Y K H S L
Decimal 118 45 58 0 0.62 0.51 0.54 349.32 0.45 0.32
Hex 76 2D 3A 0 3E 33 36 15D 2D 20
Octal 166 55 72 0 76 63 66 535 55 40
Binary 1110110 101101 111010 0 111110 110011 110110 101011101 101101 100000

Color Harmonies of #762D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D3A

Black with #762D3A

Text Example


Text Example

White with #762D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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