Html Css Color HEX #7D3436 Paprika

📋 copy color: '#7D3436'

red 125 ◦ green 52 ◦ blue 54

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

Shades of Paprika #7D3436

Tints of Paprika #7D3436

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.51%

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

R = 54.11%
G = 22.51%
B = 23.38%

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

#7D3436 (or 0x7D3436) is known color: Paprika. HEX triplet: 7D, 34 and 36. RGB value is (125,52,54). Sum of RGB (Red+Green+Blue) = 125+52+54=231 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.11% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3436 is #82CBC9. Grayscale: #4A4A4A. Windows color (decimal): -8571850 or 3552381. OLE color: 3552381.

HSL color Cylindrical-coordinate representation of color #7D3436: hue angle of 358.36º degrees, saturation: 0.41, 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 #7D3436 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 52 54 -
CMYK 0 0.58 0.57 0.51
HSL 358.36º 0.41% 0.35% -
HSV(B) 358.36º 0.58% 0.49% -
XYZ 10.35 7.08 4.31 -
YUV 74.06 116.68 164.34 -
System Red Green Blue C M Y K H S L
Decimal 125 52 54 0 0.58 0.57 0.51 358.36 0.41 0.35
Hex 7D 34 36 0 3A 39 33 166 29 23
Octal 175 64 66 0 72 71 63 546 51 43
Binary 1111101 110100 110110 0 111010 111001 110011 101100110 101001 100011

Color Harmonies of #7D3436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3436

Black with #7D3436

Text Example


Text Example

White with #7D3436

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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