Html Css Color HEX #7D263E Paprika

📋 copy color: '#7D263E'

red 125 ◦ green 38 ◦ blue 62

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

Shades of Paprika #7D263E

Tints of Paprika #7D263E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.56%

R = 55.56%
G = 16.89%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#7D263E (or 0x7D263E) is known color: Paprika. HEX triplet: 7D, 26 and 3E. RGB value is (125,38,62). Sum of RGB (Red+Green+Blue) = 125+38+62=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D263E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D263E is #82D9C1. Grayscale: #424242. Windows color (decimal): -8575426 or 4073085. OLE color: 4073085.

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

Color convert

RGB 125 38 62 -
CMYK 0 0.70 0.50 0.51
HSL 343.45º 0.53% 0.32% -
HSV(B) 343.45º 0.7% 0.49% -
XYZ 10.02 6.09 5.21 -
YUV 66.75 125.32 169.55 -
System Red Green Blue C M Y K H S L
Decimal 125 38 62 0 0.70 0.50 0.51 343.45 0.53 0.32
Hex 7D 26 3E 0 46 32 33 157 35 20
Octal 175 46 76 0 106 62 63 527 65 40
Binary 1111101 100110 111110 0 1000110 110010 110011 101010111 110101 100000

Color Harmonies of #7D263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D263E

Black with #7D263E

Text Example


Text Example

White with #7D263E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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