Html Css Color HEX #7E283C Paprika

📋 copy color: '#7E283C'

red 126 ◦ green 40 ◦ blue 60

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

Shades of Paprika #7E283C

Tints of Paprika #7E283C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.7%

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

R = 55.75%
G = 17.7%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7E283C (or 0x7E283C) is known color: Paprika. HEX triplet: 7E, 28 and 3C. RGB value is (126,40,60). Sum of RGB (Red+Green+Blue) = 126+40+60=226 (29% of max value = 765). Red value is 126 (49.61% from 255 or 55.75% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 126 - color contains mainly: red. Hex color #7E283C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E283C is #81D7C3. Grayscale: #434343. Windows color (decimal): -8509380 or 3942526. OLE color: 3942526.

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

Color convert

RGB 126 40 60 -
CMYK 0 0.68 0.52 0.51
HSL 346.05º 0.52% 0.33% -
HSV(B) 346.05º 0.68% 0.49% -
XYZ 10.18 6.28 4.95 -
YUV 67.99 123.49 169.37 -
System Red Green Blue C M Y K H S L
Decimal 126 40 60 0 0.68 0.52 0.51 346.05 0.52 0.33
Hex 7E 28 3C 0 44 34 33 15A 34 21
Octal 176 50 74 0 104 64 63 532 64 41
Binary 1111110 101000 111100 0 1000100 110100 110011 101011010 110100 100001

Color Harmonies of #7E283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E283C

Black with #7E283C

Text Example


Text Example

White with #7E283C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,40,60); }

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

background-color css

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

 a { background-color: rgb(126,40,60); }

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

border-color css

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

 span { border-color: rgb(126,40,60); }

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