Html Css Color HEX #7D2936 Paprika

📋 copy color: '#7D2936'

red 125 ◦ green 41 ◦ blue 54

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

Shades of Paprika #7D2936

Tints of Paprika #7D2936

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.64%

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

R = 56.82%
G = 18.64%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#7D2936 (or 0x7D2936) is known color: Paprika. HEX triplet: 7D, 29 and 36. RGB value is (125,41,54). Sum of RGB (Red+Green+Blue) = 125+41+54=220 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.82% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2936 is #82D6C9. Grayscale: #434343. Windows color (decimal): -8574666 or 3549565. OLE color: 3549565.

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

Color convert

RGB 125 41 54 -
CMYK 0 0.67 0.57 0.51
HSL 350.71º 0.51% 0.33% -
HSV(B) 350.71º 0.67% 0.49% -
XYZ 9.92 6.21 4.17 -
YUV 67.6 120.33 168.94 -
System Red Green Blue C M Y K H S L
Decimal 125 41 54 0 0.67 0.57 0.51 350.71 0.51 0.33
Hex 7D 29 36 0 43 39 33 15F 33 21
Octal 175 51 66 0 103 71 63 537 63 41
Binary 1111101 101001 110110 0 1000011 111001 110011 101011111 110011 100001

Color Harmonies of #7D2936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2936

Black with #7D2936

Text Example


Text Example

White with #7D2936

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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