Html Css Color HEX #7F273E Paprika

📋 copy color: '#7F273E'

red 127 ◦ green 39 ◦ blue 62

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

Shades of Paprika #7F273E

Tints of Paprika #7F273E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.11%

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

R = 55.7%
G = 17.11%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#7F273E (or 0x7F273E) is known color: Paprika. HEX triplet: 7F, 27 and 3E. RGB value is (127,39,62). Sum of RGB (Red+Green+Blue) = 127+39+62=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F273E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F273E is #80D8C1. Grayscale: #434343. Windows color (decimal): -8444098 or 4073343. OLE color: 4073343.

HSL color Cylindrical-coordinate representation of color #7F273E: hue angle of 344.32º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F273E is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 39 62 -
CMYK 0 0.69 0.51 0.50
HSL 344.32º 0.53% 0.33% -
HSV(B) 344.32º 0.69% 0.5% -
XYZ 10.35 6.31 5.23 -
YUV 67.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 127 39 62 0 0.69 0.51 0.50 344.32 0.53 0.33
Hex 7F 27 3E 0 45 33 32 158 35 21
Octal 177 47 76 0 105 63 62 530 65 41
Binary 1111111 100111 111110 0 1000101 110011 110010 101011000 110101 100001

Color Harmonies of #7F273E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F273E

Black with #7F273E

Text Example


Text Example

White with #7F273E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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