Html Css Color HEX #7D3536 Paprika

📋 copy color: '#7D3536'

red 125 ◦ green 53 ◦ blue 54

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

Shades of Paprika #7D3536

Tints of Paprika #7D3536

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.84%

 BLUE value IS 54 (21.48% from 255) = 23.28%

R = 53.88%
G = 22.84%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#7D3536 (or 0x7D3536) is known color: Paprika. HEX triplet: 7D, 35 and 36. RGB value is (125,53,54). Sum of RGB (Red+Green+Blue) = 125+53+54=232 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.88% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3536 is #82CAC9. Grayscale: #4A4A4A. Windows color (decimal): -8571594 or 3552637. OLE color: 3552637.

HSL color Cylindrical-coordinate representation of color #7D3536: hue angle of 359.17º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D3536 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 53 54 -
CMYK 0 0.58 0.57 0.51
HSL 359.17º 0.4% 0.35% -
HSV(B) 359.17º 0.58% 0.49% -
XYZ 10.4 7.17 4.33 -
YUV 74.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 125 53 54 0 0.58 0.57 0.51 359.17 0.4 0.35
Hex 7D 35 36 0 3A 39 33 167 28 23
Octal 175 65 66 0 72 71 63 547 50 43
Binary 1111101 110101 110110 0 111010 111001 110011 101100111 101000 100011

Color Harmonies of #7D3536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3536

Black with #7D3536

Text Example


Text Example

White with #7D3536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,53,54); }

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

background-color css

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

 a { background-color: rgb(125,53,54); }

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

border-color css

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

 span { border-color: rgb(125,53,54); }

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