Html Css Color HEX #7E253D Paprika

📋 copy color: '#7E253D'

red 126 ◦ green 37 ◦ blue 61

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

Shades of Paprika #7E253D

Tints of Paprika #7E253D

RGB

 RED value IS 126 (49.61% from 255) = 56.25%

 GREEN value IS 37 (14.84% from 255) = 16.52%

 BLUE value IS 61 (24.22% from 255) = 27.23%

R = 56.25%
G = 16.52%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7E253D (or 0x7E253D) is known color: Paprika. HEX triplet: 7E, 25 and 3D. RGB value is (126,37,61). Sum of RGB (Red+Green+Blue) = 126+37+61=224 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.25% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 126 - color contains mainly: red. Hex color #7E253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E253D is #81DAC2. Grayscale: #424242. Windows color (decimal): -8510147 or 4007294. OLE color: 4007294.

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

Color convert

RGB 126 37 61 -
CMYK 0 0.71 0.52 0.51
HSL 343.82º 0.55% 0.32% -
HSV(B) 343.82º 0.71% 0.49% -
XYZ 10.11 6.1 5.06 -
YUV 66.35 124.99 170.55 -
System Red Green Blue C M Y K H S L
Decimal 126 37 61 0 0.71 0.52 0.51 343.82 0.55 0.32
Hex 7E 25 3D 0 47 34 33 158 37 20
Octal 176 45 75 0 107 64 63 530 67 40
Binary 1111110 100101 111101 0 1000111 110100 110011 101011000 110111 100000

Color Harmonies of #7E253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E253D

Black with #7E253D

Text Example


Text Example

White with #7E253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,37,61); }

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

background-color css

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

 a { background-color: rgb(126,37,61); }

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

border-color css

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

 span { border-color: rgb(126,37,61); }

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