Html Css Color HEX #7F263E Paprika

📋 copy color: '#7F263E'

red 127 ◦ green 38 ◦ blue 62

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

Shades of Paprika #7F263E

Tints of Paprika #7F263E

RGB

 RED value IS 127 (50% from 255) = 55.95%

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

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

R = 55.95%
G = 16.74%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#7F263E (or 0x7F263E) is known color: Paprika. HEX triplet: 7F, 26 and 3E. RGB value is (127,38,62). Sum of RGB (Red+Green+Blue) = 127+38+62=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F263E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F263E is #80D9C1. Grayscale: #434343. Windows color (decimal): -8444354 or 4073087. OLE color: 4073087.

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

Color convert

RGB 127 38 62 -
CMYK 0 0.70 0.51 0.50
HSL 343.82º 0.54% 0.32% -
HSV(B) 343.82º 0.7% 0.5% -
XYZ 10.32 6.25 5.22 -
YUV 67.35 124.99 170.55 -
System Red Green Blue C M Y K H S L
Decimal 127 38 62 0 0.70 0.51 0.50 343.82 0.54 0.32
Hex 7F 26 3E 0 46 33 32 158 36 20
Octal 177 46 76 0 106 63 62 530 66 40
Binary 1111111 100110 111110 0 1000110 110011 110010 101011000 110110 100000

Color Harmonies of #7F263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F263E

Black with #7F263E

Text Example


Text Example

White with #7F263E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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