Html Css Color HEX #762D3F Paprika

📋 copy color: '#762D3F'

red 118 ◦ green 45 ◦ blue 63

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

Shades of Paprika #762D3F

Tints of Paprika #762D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.88%

R = 52.21%
G = 19.91%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#762D3F (or 0x762D3F) is known color: Paprika. HEX triplet: 76, 2D and 3F. RGB value is (118,45,63). Sum of RGB (Red+Green+Blue) = 118+45+63=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #762D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762D3F is #89D2C0. Grayscale: #444444. Windows color (decimal): -9032385 or 4140406. OLE color: 4140406.

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

Color convert

RGB 118 45 63 -
CMYK 0 0.62 0.47 0.54
HSL 345.21º 0.45% 0.32% -
HSV(B) 345.21º 0.62% 0.46% -
XYZ 9.31 6.09 5.39 -
YUV 68.88 124.68 163.04 -
System Red Green Blue C M Y K H S L
Decimal 118 45 63 0 0.62 0.47 0.54 345.21 0.45 0.32
Hex 76 2D 3F 0 3E 2F 36 159 2D 20
Octal 166 55 77 0 76 57 66 531 55 40
Binary 1110110 101101 111111 0 111110 101111 110110 101011001 101101 100000

Color Harmonies of #762D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D3F

Black with #762D3F

Text Example


Text Example

White with #762D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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