Html Css Color HEX #7D263C Paprika

📋 copy color: '#7D263C'

red 125 ◦ green 38 ◦ blue 60

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

Shades of Paprika #7D263C

Tints of Paprika #7D263C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.04%

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

R = 56.05%
G = 17.04%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7D263C (or 0x7D263C) is known color: Paprika. HEX triplet: 7D, 26 and 3C. RGB value is (125,38,60). Sum of RGB (Red+Green+Blue) = 125+38+60=223 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.05% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 125 - color contains mainly: red. Hex color #7D263C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D263C is #82D9C3. Grayscale: #424242. Windows color (decimal): -8575428 or 3942013. OLE color: 3942013.

HSL color Cylindrical-coordinate representation of color #7D263C: hue angle of 344.83º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D263C is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 38 60 -
CMYK 0 0.70 0.52 0.51
HSL 344.83º 0.53% 0.32% -
HSV(B) 344.83º 0.7% 0.49% -
XYZ 9.97 6.07 4.92 -
YUV 66.52 124.32 169.71 -
System Red Green Blue C M Y K H S L
Decimal 125 38 60 0 0.70 0.52 0.51 344.83 0.53 0.32
Hex 7D 26 3C 0 46 34 33 159 35 20
Octal 175 46 74 0 106 64 63 531 65 40
Binary 1111101 100110 111100 0 1000110 110100 110011 101011001 110101 100000

Color Harmonies of #7D263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D263C

Black with #7D263C

Text Example


Text Example

White with #7D263C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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