Html Css Color HEX #7D3039 Paprika

📋 copy color: '#7D3039'

red 125 ◦ green 48 ◦ blue 57

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

Shades of Paprika #7D3039

Tints of Paprika #7D3039

RGB

 RED value IS 125 (49.22% from 255) = 54.35%

 GREEN value IS 48 (19.14% from 255) = 20.87%

 BLUE value IS 57 (22.66% from 255) = 24.78%

R = 54.35%
G = 20.87%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7D3039 (or 0x7D3039) is known color: Paprika. HEX triplet: 7D, 30 and 39. RGB value is (125,48,57). Sum of RGB (Red+Green+Blue) = 125+48+57=230 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.35% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 57 (22.66% from 255 or 24.78% from 230); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3039 is #82CFC6. Grayscale: #484848. Windows color (decimal): -8572871 or 3747965. OLE color: 3747965.

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

Color convert

RGB 125 48 57 -
CMYK 0 0.62 0.54 0.51
HSL 352.99º 0.45% 0.34% -
HSV(B) 352.99º 0.62% 0.49% -
XYZ 10.25 6.77 4.64 -
YUV 72.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 125 48 57 0 0.62 0.54 0.51 352.99 0.45 0.34
Hex 7D 30 39 0 3E 36 33 161 2D 22
Octal 175 60 71 0 76 66 63 541 55 42
Binary 1111101 110000 111001 0 111110 110110 110011 101100001 101101 100010

Color Harmonies of #7D3039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3039

Black with #7D3039

Text Example


Text Example

White with #7D3039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D3039; }

 p { color: rgb(125,48,57); }

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

background-color css

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

 a { background-color: rgb(125,48,57); }

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

border-color css

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

 span { border-color: rgb(125,48,57); }

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