Html Css Color HEX #7D293C Paprika

📋 copy color: '#7D293C'

red 125 ◦ green 41 ◦ blue 60

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

Shades of Paprika #7D293C

Tints of Paprika #7D293C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.55%

R = 55.31%
G = 18.14%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7D293C (or 0x7D293C) is known color: Paprika. HEX triplet: 7D, 29 and 3C. RGB value is (125,41,60). Sum of RGB (Red+Green+Blue) = 125+41+60=226 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.31% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 125 - color contains mainly: red. Hex color #7D293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D293C is #82D6C3. Grayscale: #444444. Windows color (decimal): -8574660 or 3942781. OLE color: 3942781.

HSL color Cylindrical-coordinate representation of color #7D293C: hue angle of 346.43º 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 #7D293C is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 41 60 -
CMYK 0 0.67 0.52 0.51
HSL 346.43º 0.51% 0.33% -
HSV(B) 346.43º 0.67% 0.49% -
XYZ 10.07 6.27 4.96 -
YUV 68.28 123.33 168.46 -
System Red Green Blue C M Y K H S L
Decimal 125 41 60 0 0.67 0.52 0.51 346.43 0.51 0.33
Hex 7D 29 3C 0 43 34 33 15A 33 21
Octal 175 51 74 0 103 64 63 532 63 41
Binary 1111101 101001 111100 0 1000011 110100 110011 101011010 110011 100001

Color Harmonies of #7D293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D293C

Black with #7D293C

Text Example


Text Example

White with #7D293C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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